Skip to content

Commit 282688b

Browse files
committed
Differentiate OS versions.
1 parent 7bfeb2e commit 282688b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netci.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def msbuildTypeMap = [
1818

1919
// convert `machine` parameter to OS component of PR task name
2020
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
2424
'Ubuntu16.04': 'Ubuntu',
2525
'OSX10.12': 'OSX'
2626
]

0 commit comments

Comments
 (0)