From 65506e966c381a62750f9f70c4da797178c2415a Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Mon, 29 Jan 2018 14:04:21 -0800 Subject: [PATCH] use dev15.5 for CI builds --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 7bb90e6b7..c5da454d8 100644 --- a/netci.groovy +++ b/netci.groovy @@ -111,7 +111,7 @@ ${buildPath}build.cmd ${buildFlavor} ${build_args}""") // TODO: set to false after tests are fully enabled def skipIfNoTestFiles = true - def affinity = configuration == 'Release_net40_no_vs' ? 'latest-or-auto' : (os == 'Windows_NT' ? 'latest-or-auto-dev15-0' : 'latest-or-auto') + def affinity = configuration == 'Release_net40_no_vs' ? 'latest-or-auto' : (os == 'Windows_NT' ? 'latest-dev15-5' : 'latest-or-auto') Utilities.setMachineAffinity(newJob, os, affinity) Utilities.standardJobSetup(newJob, project, isPullRequest, "*/${branch}")