Skip to content

Commit ddf6d11

Browse files
authored
Update netci.groovy
1 parent f4b587e commit ddf6d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static addBuildSteps(def job, def projectName, def os, def configName, def isPR)
6969
addXUnitDotNETResults(myJob, configName)
7070

7171
if (os == 'Windows_NT') {
72-
Utilities.setMachineAffinity(myJob, os, 'latest-dev15-3')
72+
Utilities.setMachineAffinity(myJob, 'Windows.10.Amd64.ClientRS3.DevEx.Open')
7373
} else {
7474
Utilities.setMachineAffinity(myJob, os, 'latest-or-auto')
7575
}

0 commit comments

Comments
 (0)