Make build only use debug folder
This commit is contained in:
Vendored
+2
-2
@@ -18,7 +18,7 @@
|
||||
"command": "ng",
|
||||
"type": "process",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/src/MistoxWebsite.Client"
|
||||
"cwd": "${workspaceFolder}/debug/wwwroot"
|
||||
},
|
||||
"args": [
|
||||
"build"
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"label": "build-all",
|
||||
"dependsOn": ["client-build", "server-build" ],
|
||||
"dependsOn": ["server-build", "client-build" ],
|
||||
"dependsOrder": "sequence"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user