File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.1 .0" ,
2+ "version" : " 2.0 .0" ,
33
44 "windows" : {
5- "command" : " ${env.windir} \\ sysnative \\ windowspowershell \\ v1.0 \\ PowerShell .exe" ,
5+ "command" : " powershell .exe" ,
66 "args" : [ " -NoProfile" , " -ExecutionPolicy" , " Bypass" ]
77 },
88 "linux" : {
1414 "args" : [ " -NoProfile" ]
1515 },
1616
17- "isShellCommand" : true ,
1817 "showOutput" : " always" ,
1918
2019 // Associate with test task runner
3534 "suppressTaskName" : true ,
3635 "isTestCommand" : true ,
3736 "args" : [ " Invoke-Build Test" ]
37+ },
38+ {
39+ "taskName" : " Test Language Service" ,
40+ "suppressTaskName" : true ,
41+ "isTestCommand" : true ,
42+ "args" : [ " Invoke-Build TestServer" ]
43+ },
44+ {
45+ "taskName" : " Test Host" ,
46+ "suppressTaskName" : true ,
47+ "isTestCommand" : true ,
48+ "args" : [ " Invoke-Build TestHost" ]
3849 }
3950 ]
4051}
You can’t perform that action at this time.
0 commit comments