Skip to content

Update legacy PR pipeline Windows images to VS 2022#10356

Draft
marcpopMSFT with Copilot wants to merge 1 commit into
release/8.0.1xxfrom
copilot/update-pipeline-images-to-vs2022
Draft

Update legacy PR pipeline Windows images to VS 2022#10356
marcpopMSFT with Copilot wants to merge 1 commit into
release/8.0.1xxfrom
copilot/update-pipeline-images-to-vs2022

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown

Problem

The legacy PR Azure Pipelines definition still used Windows / VS 2019 pool images in azure-pipelines-pr.yml. Those image references need to move to VS 2022 before the 2019 images are retired.

Solution

  • Windows PR job image update

    • Replaced the public pool image from 1es-windows-2019-open to 1es-windows-2022-open.
    • Replaced the internal pool override from windows.vs2019.amd64 to windows.vs2022.amd64.
  • Reference cleanup

    • Searched repository pipeline YAML for other vs2019 / Windows 2019 image references and found no additional matches requiring changes.
pool:
  name: $(DncEngPublicBuildPool)
  vmImage: 1es-windows-2022-open

Checks:

  • Added unit tests

Copilot AI changed the title Update PR pipeline to VS 2022 images Update legacy PR pipeline Windows images to VS 2022 Jul 7, 2026
Copilot AI requested a review from marcpopMSFT July 7, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants