This commit is contained in:
Paul Schneider
2021-05-11 20:52:39 +01:00
parent 5bbcf9cb29
commit 512495d10b
3 changed files with 32 additions and 20 deletions

5
.vscode/tasks.json vendored
View File

@ -19,7 +19,6 @@
"type": "process",
"args": [
"build",
"src/nuget-host",
"/p:Configuration=Debug",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary",
@ -73,7 +72,7 @@
"command": "dotnet",
"type": "process",
"args": [
"${workspaceFolder}/bin/Debug/netcoreapp2.0/nuget-host.dll"
"${workspaceFolder}/bin/Debug/netcoreapp2.1/nuget-host.dll"
],
"problemMatcher": "$msCompile"
},
@ -82,7 +81,7 @@
"command": "dotnet",
"type": "process",
"args": [
"bin/Debug/netcoreapp2.0/nuget-host.dll",
"bin/Debug/netcoreapp2.1/nuget-host.dll",
"/property:GenerateFullPaths=true",
"/restore"
],