Skip to content

Commit c1f0bea

Browse files
committed
removed Test task as running tests require elevation on Windows
1 parent c4d0993 commit c1f0bea

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.vscode/tasks.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"label": "Clean Build",
4949
"type": "shell",
5050
"command": "Import-Module ${workspaceFolder}/build.psm1; Start-PSBuild -Clean",
51-
"problemMatcher": []
51+
"problemMatcher": "$msCompile"
5252
},
5353
{
5454
"label": "Build",
@@ -59,16 +59,6 @@
5959
"isDefault": true
6060
},
6161
"problemMatcher": "$msCompile"
62-
},
63-
{
64-
"label": "Test",
65-
"type": "shell",
66-
"command": "Import-Module ${workspaceFolder}/build.psm1; Start-PSPester -Path ${workspaceFolder}/test",
67-
"group": {
68-
"kind": "test",
69-
"isDefault": true
70-
},
71-
"problemMatcher": "$pester"
7262
}
7363
]
7464
}

0 commit comments

Comments
 (0)