Merge pull request #7217 from dotnet/Switch_build_pool

Use Helix pools for CI
This commit is contained in:
Daniel Plaisted 2020-04-21 10:59:08 -07:00 committed by GitHub
commit cb06825dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,12 @@ stages:
parameters:
agentOs: Linux
pool:
name: Hosted Ubuntu 1604
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool
queue: BuildPool.Ubuntu.1604.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool
queue: BuildPool.Ubuntu.1604.Amd64
timeoutInMinutes: 180
strategy:
matrix: