|
@@ -7,7 +7,7 @@
|
|
|
"type": "process",
|
|
|
"args": [
|
|
|
"build",
|
|
|
- "${workspaceFolder}/RouterManager.csproj",
|
|
|
+ "${workspaceFolder}/SpServer.csproj",
|
|
|
"/property:GenerateFullPaths=true",
|
|
|
"/consoleloggerparameters:NoSummary"
|
|
|
],
|
|
@@ -19,7 +19,7 @@
|
|
|
"type": "process",
|
|
|
"args": [
|
|
|
"publish",
|
|
|
- "${workspaceFolder}/RouterManager.csproj",
|
|
|
+ "${workspaceFolder}/SpServer.csproj",
|
|
|
"/property:GenerateFullPaths=true",
|
|
|
"/consoleloggerparameters:NoSummary"
|
|
|
],
|
|
@@ -32,7 +32,7 @@
|
|
|
"args": [
|
|
|
"watch",
|
|
|
"run",
|
|
|
- "${workspaceFolder}/RouterManager.csproj",
|
|
|
+ "${workspaceFolder}/SpServer.csproj",
|
|
|
"/property:GenerateFullPaths=true",
|
|
|
"/consoleloggerparameters:NoSummary"
|
|
|
],
|