Switch to 1ES windows agent

pull/143482/head
Ladislau Szomoru 2022-02-19 12:48:08 +01:00
parent 726f9c95da
commit 90e941d7c6
No known key found for this signature in database
GPG Key ID: 2B88287CB9DB080B
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: "2.x"
versionSpec: "3.x"
addToPath: true
- task: AzureKeyVault@1