diff --git a/.vsts-ci.yml b/.vsts-ci.yml index fec720b02..0bd7de830 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -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: