提交 26d2c94f 编写于 作者: T Tanner Gooding

Update netci.groovy to use --nocache in the *nix builds for the time being

上级 2cc4bf38
......@@ -160,7 +160,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam
myJob.with {
label('ubuntu-fast')
steps {
shell("./cibuild.sh --no-cache --debug")
shell("./cibuild.sh --nocache --debug")
}
}
addConcurrentBuild(myJob, 'roslyn/lin/unit')
......@@ -169,7 +169,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam
myJob.with {
label('mac-roslyn')
steps {
shell("./cibuild.sh --no-cache --debug")
shell("./cibuild.sh --nocache --debug")
}
}
addConcurrentBuild(myJob, 'roslyn/mac/unit')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册