From a011bafd661919f67eff1532563ce95f2f57ce19 Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Fri, 26 Apr 2019 06:36:31 -0700 Subject: Switch to non-Int Azure pool providers --- eng/xplat-job.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'eng/xplat-job.yml') diff --git a/eng/xplat-job.yml b/eng/xplat-job.yml index c7eb90aeb9..c6f074f61b 100644 --- a/eng/xplat-job.yml +++ b/eng/xplat-job.yml @@ -40,12 +40,12 @@ jobs: # Public Linux Build Pool ${{ if and(eq(parameters.osGroup, 'Linux'), eq(variables['System.TeamProject'], 'public')) }}: - name: NetCorePublic-Int-Pool + name: NetCorePublic-Pool queue: BuildPool.Ubuntu.1604.Amd64.Open # Official Build Linux Pool ${{ if and(eq(parameters.osGroup, 'Linux'), ne(variables['System.TeamProject'], 'public')) }}: - name: NetCoreInternal-Int-Pool + name: NetCoreInternal-Pool queue: BuildPool.Ubuntu.1604.Amd64 # FreeBSD builds only in the internal project @@ -62,12 +62,12 @@ jobs: # Official Build Windows Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}: - name: NetCoreInternal-Int-Pool + name: NetCoreInternal-Pool queue: BuildPool.Windows.10.Amd64.VS2017 # Public Windows Build Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }}: - name: NetCorePublic-Int-Pool + name: NetCorePublic-Pool queue: BuildPool.Windows.10.Amd64.VS2017.Open workspace: -- cgit v1.2.3