From 3197ddb3ff52c00654e1a1a59fec695405b0b98b Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Wed, 22 Apr 2020 10:14:27 -0700 Subject: [PATCH] fixing the ci build (#7246) --- .vsts-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: