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 1
1
{
2
- "version" : " 0.1 .0" ,
2
+ "version" : " 2.0 .0" ,
3
3
4
4
"windows" : {
5
- "command" : " ${env.windir} \\ sysnative \\ windowspowershell \\ v1.0 \\ PowerShell .exe" ,
5
+ "command" : " powershell .exe" ,
6
6
"args" : [ " -NoProfile" , " -ExecutionPolicy" , " Bypass" ]
7
7
},
8
8
"linux" : {
14
14
"args" : [ " -NoProfile" ]
15
15
},
16
16
17
- "isShellCommand" : true ,
18
17
"showOutput" : " always" ,
19
18
20
19
// Associate with test task runner
35
34
"suppressTaskName" : true ,
36
35
"isTestCommand" : true ,
37
36
"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" ]
38
49
}
39
50
]
40
51
}
You can’t perform that action at this time.
0 commit comments