Conversation
Co-authored-by: wtgodbe <[email protected]>
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
approved these changes
Feb 27, 2026
Contributor
There was a problem hiding this comment.
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.amd64withwindows.vs2022.amd64in the official pipeline YAML. - Replaced
windows.vs2022preview.amd64withwindows.vs2022.amd64in 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. |
DeagleGross
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates pipeline configuration to stop targeting the preview Windows queue image. All
.ymlreferences tovs2022previeware replaced withvs2022.Scope
azure-pipelines.ymlazure-pipelines-unofficial.ymlChanges
windows.vs2022preview.amd64windows.vs2022.amd64Representative diff
✨ 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