From 0a7cb9172187287e24e3ee5f0bf6125a0fcf9cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 9 Apr 2021 11:11:48 +0200 Subject: [PATCH] Switch to VS preview pool for public builds Should help mitigate https://github.com/dotnet/runtime/issues/50746 --- eng/pipelines/common/xplat-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml index 6fc1b7b746a2e..89c8562712350 100644 --- a/eng/pipelines/common/xplat-setup.yml +++ b/eng/pipelines/common/xplat-setup.yml @@ -131,7 +131,7 @@ jobs: # Public Windows Build Pool ${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.hostedOs, 'windows')), eq(variables['System.TeamProject'], 'public')) }}: name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2019.Open + queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open ${{ if eq(parameters.helixQueuesTemplate, '') }}: