Skip to content

Commit f8dba9b

Browse files
committed
Fix test tasks
After they got updated in the other project.
1 parent 463407a commit f8dba9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

extension-dev.code-workspace

+5-4
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"problemMatcher": [
147147
"$msCompile"
148148
],
149-
"command": "Invoke-Build TestServerPS72",
149+
"command": "Invoke-Build TestPS74",
150150
"group": {
151151
"kind": "test",
152152
"isDefault": true
@@ -195,9 +195,10 @@
195195
"Clean",
196196
"Build",
197197
"Test",
198-
"TestServer",
199-
"TestServerPS72",
200-
"TestE2E",
198+
"TestPS74",
199+
"TestE2EPwsh",
200+
"TestPS51",
201+
"TestE2EPowerShell",
201202
],
202203
"default": "Clean"
203204
}

0 commit comments

Comments
 (0)