hours-since-april-18-2019

This commit is contained in:
2025-08-13 18:59:23 -07:00
parent cb333ec871
commit ae70dda4c9
3 changed files with 36 additions and 7 deletions

19
.vscode/tasks.json vendored
View File

@ -7,8 +7,23 @@
"type": "process",
"args": [
"build",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"--configuration",
"Release"
],
"problemMatcher": "$msCompile"
},
{
"label": "Push Package",
"command": "dotnet",
"type": "process",
"args": [
"nuget",
"push",
"PDF-Text-Stripper/bin/Release/Infineon.Mesa.PDF.Text.Stripper.4.8.0.asdf.nupkg",
"--api-key",
"asdf",
"--source",
"https://api.nuget.org/v3/index.json"
],
"problemMatcher": "$msCompile"
},