From a54078e2b91469fd9c1a5472bd503a4076d8857e Mon Sep 17 00:00:00 2001 From: Vladimir Sadov Date: Thu, 24 Oct 2019 19:39:23 -0700 Subject: [PATCH] Switch to VS2019 BuildPool (dotnet/coreclr#27427) Commit migrated from https://github.com/dotnet/coreclr/commit/cea2bba3c295c5280d01900f7ae5492951ad8995 --- eng/xplat-job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/xplat-job.yml b/eng/xplat-job.yml index 0d8f2ee..6370aee 100644 --- a/eng/xplat-job.yml +++ b/eng/xplat-job.yml @@ -75,12 +75,12 @@ jobs: # Official Build Windows Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}: name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2017 + queue: BuildPool.Windows.10.Amd64.VS2019 # Public Windows Build Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }}: name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2017.Open + queue: BuildPool.Windows.10.Amd64.VS2019.Open workspace: clean: all -- 2.7.4