File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
{
42
42
"label" : " Bootstrap" ,
43
43
"type" : " shell" ,
44
- "command" : " Import-Module ${workspaceFolder}/build.psm1; Start-PSBootstrap" ,
44
+ "command" : " Import-Module ' ${workspaceFolder}/build.psm1' ; Start-PSBootstrap" ,
45
45
"problemMatcher" : []
46
46
},
47
47
{
48
48
"label" : " Clean Build" ,
49
49
"type" : " shell" ,
50
- "command" : " Import-Module ${workspaceFolder}/build.psm1; Start-PSBuild -Clean -Output (Join-Path ${workspaceFolder} debug)" ,
50
+ "command" : " Import-Module ' ${workspaceFolder}/build.psm1' ; Start-PSBuild -Clean -Output (Join-Path ' ${workspaceFolder}' debug)" ,
51
51
"problemMatcher" : " $msCompile"
52
52
},
53
53
{
54
54
"label" : " Build" ,
55
55
"type" : " shell" ,
56
- "command" : " Import-Module ${workspaceFolder}/build.psm1; Start-PSBuild -Output (Join-Path ${workspaceFolder} debug)" ,
56
+ "command" : " Import-Module ' ${workspaceFolder}/build.psm1' ; Start-PSBuild -Output (Join-Path ' ${workspaceFolder}' debug)" ,
57
57
"group" : {
58
58
"kind" : " build" ,
59
59
"isDefault" : true
You can’t perform that action at this time.
0 commit comments