Update to NetCore pool for CI

This commit is contained in:
Daniel Plaisted 2020-04-20 13:00:24 -07:00
parent e93e74c7a7
commit d8fdbc2231

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: