Update queues used for builds

This commit is contained in:
Livar 2019-03-27 21:23:07 -07:00 committed by GitHub
parent 13603f7be6
commit 7fd0e1c6a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,11 @@ 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: dotnet-external-temp name: NetCorePublic-Int-Pool
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: dotnet-internal-temp name: NetCoreInternal-Int-Pool
queue: buildpool.windows.10.amd64.vs2017
timeoutInMinutes: 180 timeoutInMinutes: 180
strategy: strategy:
matrix: matrix:
@ -285,4 +287,4 @@ jobs:
dependsOn: dependsOn:
- Asset_Registry_Publish - Asset_Registry_Publish
pool: pool:
vmImage: vs2017-win2016 vmImage: vs2017-win2016