Skip to content

Replace Windows queue image references from vs2022preview to vs2022 in pipeline YAML#7347

Merged
wtgodbe merged 2 commits intomainfrom
copilot/replace-vs2022preview-in-yml
Feb 27, 2026
Merged

Replace Windows queue image references from vs2022preview to vs2022 in pipeline YAML#7347
wtgodbe merged 2 commits intomainfrom
copilot/replace-vs2022preview-in-yml

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

This updates pipeline configuration to stop targeting the preview Windows queue image. All .yml references to vs2022preview are replaced with vs2022.

  • Scope

    • Updated only queue image strings in:
      • azure-pipelines.yml
      • azure-pipelines-unofficial.yml
  • Changes

    • Replaced:
      • windows.vs2022preview.amd64
    • With:
      • windows.vs2022.amd64
  • Representative diff

pool:
  name: NetCore1ESPool-Internal
  image: windows.vs2022.amd64
  os: windows

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Microsoft Reviewers: Open in CodeFlow

Copilot AI changed the title [WIP] Replace all instances of vs2022preview with vs2022 in .yml files Replace Windows queue image references from vs2022preview to vs2022 in pipeline YAML Feb 27, 2026
@wtgodbe wtgodbe marked this pull request as ready for review February 27, 2026 18:31
@wtgodbe wtgodbe requested a review from a team as a code owner February 27, 2026 18:31
Copilot AI review requested due to automatic review settings February 27, 2026 18:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repo’s Azure Pipelines configuration to stop using the preview Visual Studio 2022 Windows queue image and instead use the stable VS2022 image, aligning internal builds with the supported agent image.

Changes:

  • Replaced windows.vs2022preview.amd64 with windows.vs2022.amd64 in the official pipeline YAML.
  • Replaced windows.vs2022preview.amd64 with windows.vs2022.amd64 in the unofficial pipeline YAML.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
azure-pipelines.yml Updates the Windows queue image used for SDL/source analysis and Windows job execution to windows.vs2022.amd64.
azure-pipelines-unofficial.yml Updates the Windows queue image used for SDL/source analysis and Windows job execution to windows.vs2022.amd64.

@wtgodbe wtgodbe enabled auto-merge (squash) February 27, 2026 19:38
@wtgodbe wtgodbe merged commit f99dd63 into main Feb 27, 2026
10 checks passed
@wtgodbe wtgodbe deleted the copilot/replace-vs2022preview-in-yml branch February 27, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants