提交 13ff9402 编写于 作者: M Matt Mitchell

Make OSX 10.11 usage explicit (#17483)

上级 8ecba4f6
......@@ -100,7 +100,6 @@ commitPullList.each { isPr ->
def jobName = Utilities.getFullJobName(projectName, "mac_debug", isPr)
def myJob = job(jobName) {
description("Mac tests")
label('mac-roslyn')
steps {
shell("./cibuild.sh --nocache --debug")
}
......@@ -108,6 +107,7 @@ commitPullList.each { isPr ->
def triggerPhraseOnly = true
def triggerPhraseExtra = "mac"
Utilities.setMachineAffinity(myJob, 'OSX10.11', 'latest-or-auto')
Utilities.addXUnitDotNETResults(myJob, '**/xUnitResults/*.xml')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册