clean
This commit is contained in:
parent
4cec5d0229
commit
3086cc65c4
6 changed files with 208 additions and 0 deletions
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue