We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Invoke-Build
1 parent b0c4153 commit 3cb1cebCopy full SHA for 3cb1ceb
extension-dev.code-workspace
@@ -110,7 +110,7 @@
110
"options": {
111
"cwd": "${workspaceFolder:Client}"
112
},
113
- "command": "./build.ps1",
+ "command": "Invoke-Build Build",
114
"problemMatcher": [
115
"$msCompile",
116
"$tsc"
@@ -126,7 +126,7 @@
126
127
128
129
- "command": "./build.ps1 -Test",
+ "command": "Invoke-Build Test",
130
131
132
0 commit comments