提交 65506e96 编写于 作者: B Brett V. Forsgren

use dev15.5 for CI builds

上级 bca446d9
......@@ -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}")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册