Skip to content

Commit

Permalink
Use 23H2 image for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawei Wei committed Feb 20, 2025
1 parent a4d58f6 commit fb0d83b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pipelines/templates/.build-and-test-windows-vhds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ stages:
vhddebug: ${{ parameters.vhddebug }}
dryrun: ${{ parameters.dryrun }}
skipExtensionCheck: ${{ parameters.skipExtensionCheck }}
windowsBaseImageUrl: $(WINDOWS_2025_BASE_IMAGE_URL)
windowsNanoImageUrl: $(WINDOWS_2025_NANO_IMAGE_URL)
windowsCoreImageUrl: $(WINDOWS_2025_CORE_IMAGE_URL)
windowsBaseImageUrl: $(WINDOWS_23H2_BASE_IMAGE_URL)
windowsNanoImageUrl: $(WINDOWS_2022_NANO_IMAGE_URL)
windowsCoreImageUrl: $(WINDOWS_2022_CORE_IMAGE_URL)

- template: ./.build-and-test-windows-vhd-template.yaml
parameters:
Expand All @@ -145,9 +145,9 @@ stages:
vhddebug: ${{ parameters.vhddebug }}
dryrun: ${{ parameters.dryrun }}
skipExtensionCheck: ${{ parameters.skipExtensionCheck }}
windowsBaseImageUrl: $(WINDOWS_2025_BASE_IMAGE_URL)
windowsNanoImageUrl: $(WINDOWS_2025_NANO_IMAGE_URL)
windowsCoreImageUrl: $(WINDOWS_2025_CORE_IMAGE_URL)
windowsBaseImageUrl: $(WINDOWS_23H2_GEN2_BASE_IMAGE_URL)
windowsNanoImageUrl: $(WINDOWS_2022_NANO_IMAGE_URL)
windowsCoreImageUrl: $(WINDOWS_2022_CORE_IMAGE_URL)

- stage: backfill_cleanup_outdated_resources
dependsOn: []
Expand Down

0 comments on commit fb0d83b

Please sign in to comment.