提交 2f5b084f 编写于 作者: T Tanner Gooding

Update netci.groovy to unblock the queues for lockdown.

上级 3c11c4c0
......@@ -137,7 +137,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam
autoCloseFailedPullRequests(false)
orgWhitelist('Microsoft')
allowMembersOfWhitelistedOrgsAsAdmin(true)
permitAll(true)
permitAll(false)
extensions {
commitStatus {
context(contextName.replace('_', '/').substring(7))
......@@ -165,7 +165,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam
switch (opsys) {
case 'win':
myJob.with {
label('windows-roslyn')
label('windows-roslyn || windows-roslyn-internal')
steps {
batchFile("""set TEMP=%WORKSPACE%\\Binaries\\Temp
mkdir %TEMP%
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册