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