Skip to content

Commit 3cb1ceb

Browse files
committed
Fix workspace tasks to use Invoke-Build directly
Since `./build.ps1` has issues.
1 parent b0c4153 commit 3cb1ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension-dev.code-workspace

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"options": {
111111
"cwd": "${workspaceFolder:Client}"
112112
},
113-
"command": "./build.ps1",
113+
"command": "Invoke-Build Build",
114114
"problemMatcher": [
115115
"$msCompile",
116116
"$tsc"
@@ -126,7 +126,7 @@
126126
"options": {
127127
"cwd": "${workspaceFolder:Client}"
128128
},
129-
"command": "./build.ps1 -Test",
129+
"command": "Invoke-Build Test",
130130
"problemMatcher": [
131131
"$msCompile",
132132
"$tsc"

0 commit comments

Comments
 (0)