This commit is contained in:
Paul Schneider
2021-06-27 01:53:00 +01:00
parent ae6abc104a
commit 5de53a3cba
256 changed files with 22 additions and 22 deletions

6
.vscode/tasks.json vendored
View File

@ -31,7 +31,7 @@
"command": "msbuild",
"type": "process",
"args": [
"src/nuget-cli",
"src/applec",
"/p:Configuration=Debug",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary",
@ -71,7 +71,7 @@
"command": "dotnet",
"type": "process",
"args": [
"${workspaceFolder}/bin/Debug/netcoreapp2.1/nuget-host.dll"
"${workspaceFolder}/bin/Debug/netcoreapp2.1/appled.dll"
],
"problemMatcher": "$msCompile"
},
@ -80,7 +80,7 @@
"command": "dotnet",
"type": "process",
"args": [
"bin/Debug/netcoreapp2.1/nuget-host.dll",
"bin/Debug/netcoreapp2.1/appled.dll",
"/property:GenerateFullPaths=true",
"/restore"
],