From 2365f567d69820547157c7b3acf690983a83706e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 12 Apr 2021 12:33:44 +0200 Subject: [PATCH] Revert "Switch to VS preview pool for public builds (#50993)" Reverts dotnet/runtime#50993, the underlying Azure issue was fixed. Closes 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 89c8562712350..6fc1b7b746a2e 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.Pre.Open + queue: BuildPool.Windows.10.Amd64.VS2019.Open ${{ if eq(parameters.helixQueuesTemplate, '') }}: