Redo windows image fix to use latest image#27198
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates shared Azure Pipelines variable templates to use the newer Windows LTSC 2022 OneBranch container image, ensuring vPack and coordinated package pipelines run on the latest supported Windows build environment.
Changes:
- Switched
WindowsContainerImagefromltsc2019toltsc2022in the vPack variables template. - Switched
WindowsContainerImagefromltsc2019toltsc2022in the coordinated packages variables template.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.pipelines/templates/variables/PowerShell-vPack-Variables.yml |
Updates vPack pipeline Windows container image to LTSC 2022. |
.pipelines/templates/variables/PowerShell-Coordinated_Packages-Variables.yml |
Updates coordinated packages pipeline Windows container image to LTSC 2022. |
TravisEz13
approved these changes
Apr 7, 2026
adityapatwardhan
approved these changes
Apr 7, 2026
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
9 tasks
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
9 tasks
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
9 tasks
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.
PR Summary
This pull request updates the Windows container image version used in two pipeline variable templates to target the newer Windows LTSC 2022 base image instead of LTSC 2019. This ensures that builds are using the latest supported environment.
Pipeline environment updates:
WindowsContainerImagevariable in.pipelines/templates/variables/PowerShell-Coordinated_Packages-Variables.ymlto use theltsc2022image.WindowsContainerImagevariable in.pipelines/templates/variables/PowerShell-vPack-Variables.ymlto use theltsc2022image.PR Context
This reapplies the change from #27015 that got reverted by #26897 when the variables were moved to a separate location.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header