Update .vsts-ci.yml (#1978)
This commit is contained in:
parent
a91576dec2
commit
7f01b6f7f4
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ jobs:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
pool:
|
pool:
|
||||||
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
name: NetCorePublic-Int-Pool
|
name: NetCorePublic-Pool
|
||||||
queue: buildpool.windows.10.amd64.vs2017.open
|
queue: buildpool.windows.10.amd64.vs2017.open
|
||||||
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
name: NetCoreInternal-Int-Pool
|
name: NetCoreInternal-Pool
|
||||||
queue: buildpool.windows.10.amd64.vs2017
|
queue: buildpool.windows.10.amd64.vs2017
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue