Add the module pull step
This commit is contained in:
Vendored
+14
-2
@@ -9,7 +9,7 @@
|
|||||||
"build",
|
"build",
|
||||||
"${workspaceFolder}/src/MistoxWebsite.Server/MistoxWebsite.Server.csproj",
|
"${workspaceFolder}/src/MistoxWebsite.Server/MistoxWebsite.Server.csproj",
|
||||||
"-o",
|
"-o",
|
||||||
"${workspaceFolder}/debug/"
|
"${workspaceFolder}/debug/",
|
||||||
],
|
],
|
||||||
"problemMatcher": "$msCompile"
|
"problemMatcher": "$msCompile"
|
||||||
},
|
},
|
||||||
@@ -25,9 +25,21 @@
|
|||||||
],
|
],
|
||||||
"problemMatcher": "$msCompile"
|
"problemMatcher": "$msCompile"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "client-packages",
|
||||||
|
"command": "npm",
|
||||||
|
"type": "process",
|
||||||
|
"options": {
|
||||||
|
"cwd": "${workspaceFolder}/src/MistoxWebsite.Client"
|
||||||
|
},
|
||||||
|
"args": [
|
||||||
|
"install"
|
||||||
|
],
|
||||||
|
"problemMatcher": "$msCompile"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "build-all",
|
"label": "build-all",
|
||||||
"dependsOn": ["client-build", "server-build" ],
|
"dependsOn": ["client-packages", "client-build", "server-build" ],
|
||||||
"dependsOrder": "sequence"
|
"dependsOrder": "sequence"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user