ci test
This commit is contained in:
parent
5bbcf9cb29
commit
512495d10b
3 changed files with 32 additions and 20 deletions
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue