fixing the ci build (#7246)

This commit is contained in:
Anirudh Agnihotry 2020-04-22 10:14:27 -07:00 committed by GitHub
parent e5855d7109
commit 3197ddb3ff
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: