Skip to content

Commit c3a26a6

Browse files
authored
Engineering - move to Windows2022 build agents (microsoft#250123)
* Engineering - use Windows2022 agents * Engineering - revert the Windows stage
1 parent 973a531 commit c3a26a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/azure-pipelines/product-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ extends:
296296
- ${{ if eq(parameters.VSCODE_BUILD_WIN32, true) }}:
297297
- job: CLIWindowsX64
298298
pool:
299-
name: 1es-windows-2019-x64
299+
name: 1es-windows-2022-x64
300300
os: windows
301301
steps:
302302
- template: build/azure-pipelines/win32/cli-build-win32.yml@self
@@ -308,7 +308,7 @@ extends:
308308
- ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_WIN32_ARM64, true)) }}:
309309
- job: CLIWindowsARM64
310310
pool:
311-
name: 1es-windows-2019-x64
311+
name: 1es-windows-2022-x64
312312
os: windows
313313
steps:
314314
- template: build/azure-pipelines/win32/cli-build-win32.yml@self
@@ -320,7 +320,7 @@ extends:
320320
- stage: APIScan
321321
dependsOn: []
322322
pool:
323-
name: 1es-windows-2019-x64
323+
name: 1es-windows-2022-x64
324324
os: windows
325325
jobs:
326326
- job: WindowsAPIScan
@@ -669,7 +669,7 @@ extends:
669669
- stage: Publish
670670
dependsOn: []
671671
pool:
672-
name: 1es-windows-2019-x64
672+
name: 1es-windows-2022-x64
673673
os: windows
674674
variables:
675675
- name: BUILDS_API_URL

0 commit comments

Comments
 (0)