This commit is contained in:
Paul Schneider
2021-05-10 21:32:29 +01:00
parent 4cec5d0229
commit 3086cc65c4
6 changed files with 208 additions and 0 deletions

15
.vscode/tasks.json vendored
View File

@ -19,6 +19,21 @@
"type": "process",
"args": [
"build",
"src/nuget-host",
"/p:Configuration=Debug",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary",
"--ignore-failed-sources"
],
"problemMatcher": "$msCompile"
},
{
"label": "buildcli",
"command": "dotnet",
"type": "process",
"args": [
"build",
"src/nuget-cli",
"/p:Configuration=Debug",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary",