From 27de2ed64510c5d9d10111fb092a1e42eef7ed96 Mon Sep 17 00:00:00 2001 From: Niharika Dutta Date: Tue, 24 May 2022 12:43:30 -0700 Subject: [PATCH] update windows pool (#1066) --- azure-pipelines-e2e-tests-template.yml | 3 ++- azure-pipelines.yml | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-e2e-tests-template.yml b/azure-pipelines-e2e-tests-template.yml index 641d3851e..5c78a5e29 100644 --- a/azure-pipelines-e2e-tests-template.yml +++ b/azure-pipelines-e2e-tests-template.yml @@ -13,7 +13,8 @@ stages: dependsOn: Build jobs: - job: Run - pool: Hosted VS2017 + pool: + vmImage: 'windows-2019' variables: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ac884bcd..cc7b26c45 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,8 @@ stages: displayName: Build Sources jobs: - job: Build - pool: Hosted VS2017 + pool: + vmImage: 'windows-2019' variables: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: @@ -91,7 +92,7 @@ stages: displayName: Sign Artifacts pool: name: NetCore1ESPool-Internal - demands: ImageOverride -equals build.windows.10.amd64.vs2017 + demands: ImageOverride -equals build.windows.10.amd64.vs2019 variables: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: @@ -138,7 +139,8 @@ stages: dependsOn: - Sign displayName: Publish Artifacts - pool: Hosted VS2017 + pool: + vmImage: 'windows-2019' variables: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: