From 90e941d7c67310eb504d90d610716ff7af0c7b81 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Sat, 19 Feb 2022 12:48:08 +0100 Subject: [PATCH] Switch to 1ES windows agent --- build/azure-pipelines/product-build.yml | 3 +-- build/azure-pipelines/win32/product-build-win32.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 94d44e0208e..417b7888a84 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -155,8 +155,7 @@ stages: - stage: Windows dependsOn: - Compile - pool: - vmImage: windows-2019 + pool: vscode-1es-windows jobs: - ${{ if eq(parameters.VSCODE_BUILD_WIN32, true) }}: - job: Windows diff --git a/build/azure-pipelines/win32/product-build-win32.yml b/build/azure-pipelines/win32/product-build-win32.yml index bc8cb32cdd8..344309018ae 100644 --- a/build/azure-pipelines/win32/product-build-win32.yml +++ b/build/azure-pipelines/win32/product-build-win32.yml @@ -5,7 +5,7 @@ steps: - task: UsePythonVersion@0 inputs: - versionSpec: "2.x" + versionSpec: "3.x" addToPath: true - task: AzureKeyVault@1