File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ def msbuildTypeMap = [
18
18
19
19
// convert `machine` parameter to OS component of PR task name
20
20
def machineTypeToOSTagMap = [
21
- ' Windows 7' : ' Windows 7' , // Windows Server 2008 R2 ~= Windows 7
22
- ' Windows_NT' : ' Windows' , // 'latest-or-auto' -> Windows Server 2012 R2 ~= Windows 8.1 aka Blue
23
- ' windows.10.amd64.clientrs4.devex.open' : ' Windows' , // = Windows 10 RS4 with Dev 15.7
21
+ ' Windows 7' : ' Windows 7' , // 'latest-or-auto' -> Windows Server 2008 R2 ~= Windows 7
22
+ ' Windows_NT' : ' Windows 8.1 ' , // 'latest-or-auto' -> Windows Server 2012 R2 ~= Windows 8.1 aka Blue
23
+ ' windows.10.amd64.clientrs4.devex.open' : ' Windows 10 ' , // = Windows 10 RS4 with Dev 15.7
24
24
' Ubuntu16.04' : ' Ubuntu' ,
25
25
' OSX10.12' : ' OSX'
26
26
]
You can’t perform that action at this time.
0 commit comments