From 407b623cdf4456694a884e965c604a471a6f10f8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 7 Aug 2020 16:46:36 -0700 Subject: [PATCH] Use preview queues (#24683) --- .azure/pipelines/jobs/default-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index 8383409fe9..394870edbb 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -115,7 +115,7 @@ jobs: ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCoreInternal-Pool # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing - queue: BuildPool.Server.Amd64.VS2019 + queue: BuildPool.Windows.10.Amd64.VS2019.Pre ${{ if ne(parameters.container, '') }}: container: ${{ parameters.container }} variables: