From 4eb192390b9ba800b6e01d94ba6d7d4c62db64a5 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Sat, 7 Mar 2020 21:48:23 -0800 Subject: [PATCH] [release/3.1] Update hosted and BYOC agents used in our builds - dotnet/aspnetcore-internal#3540 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 013b4e11..05b8bd85 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ stages: vmImage: windows-2019 ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2019 + queue: BuildPool.Server.Amd64.VS2019 variables: - name: _BuildConfig value: Release