rebrand
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -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"
|
||||
],
|
||||
|
Reference in New Issue
Block a user