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 = [
1818
1919// convert `machine` parameter to OS component of PR task name
2020def 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
2424 ' Ubuntu16.04' : ' Ubuntu' ,
2525 ' OSX10.12' : ' OSX'
2626]
You can’t perform that action at this time.
0 commit comments