From 8cc77bdb0658591ceb63c47a3b94a9665910739a Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Sun, 8 Mar 2020 00:25:46 -0800 Subject: [PATCH] Try 2019 pools which have more images. (#82) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 793363ea..1272fb5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,10 +47,10 @@ stages: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2017.Open + queue: BuildPool.Server.Amd64.VS2019.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2017 + queue: BuildPool.Server.Amd64.VS2019 variables: