From cb1b2727fac6b9182335dca0519b630ad0c93c21 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Fri, 30 Oct 2020 16:43:47 -0400 Subject: [PATCH] set pool --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8954930..7ffc7fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,8 +14,7 @@ stages: - stage: Build jobs: - job: Build - pool: - vmImage: windows-latest + pool: VS2019-preview-pool variables: BuildConfiguration: Release