Merge pull request #7217 from dotnet/Switch_build_pool
Use Helix pools for CI
This commit is contained in:
commit
cb06825dd6
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue