Build, package, and create VPack for the PowerShell-LTS store package within the same msixbundle-vpack pipeline (#150)#27209
Merged
daxian-dbw merged 3 commits intoPowerShell:masterfrom Apr 8, 2026
Conversation
… within the `msixbundle-vpack` pipeline (PowerShell#150)
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the MSIXBundle-vPack-Official.yml pipeline to satisfy compliance by rebuilding and packaging the PowerShell-LTS Store MSIX artifacts from source within the same vPack pipeline before creating/submitting the vPack.
Changes:
- Replace artifact-download-based bundling with in-pipeline build + unsigned MSIX creation for x64/arm64, then bundle + sign + stage for vPack.
- Add a symbols publish stage that downloads zipped PDB artifacts and publishes them.
- Minor refactors/wording updates across packaging scripts, telemetry calls, and resource strings.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/packaging/packaging.psm1 | Minor comment/whitespace cleanup in MSIX packaging function. |
| src/System.Management.Automation/utils/Telemetry.cs | Small refactor (property initializer removed; simplify calls to telemetry metric sender). |
| src/System.Management.Automation/resources/TabCompletionStrings.resx | Update tab-completion descriptions to reference “PowerShell 7+” / “Windows PowerShell 5.1”. |
| src/System.Management.Automation/resources/RemotingErrorIdStrings.resx | Update remoting error string to “PowerShell 7+”. |
| src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx | Rename banner resource key used by ConsoleHost. |
| src/Microsoft.PowerShell.ConsoleHost/host/msh/ManagedEntrance.cs | Update banner resource usage and make local type explicit. |
| src/Microsoft.PowerShell.ConsoleHost/host/msh/ConsoleHost.cs | Adjust redirected-output flag assignment target. |
| PowerShell.Common.props | Minor formatting change in MSBuild condition expression. |
| .pipelines/MSIXBundle-vPack-Official.yml | Major pipeline restructure: build/package from source, create/sign bundle, create vPack, publish symbols, add network isolation parameter. |
TravisEz13
approved these changes
Apr 8, 2026
jshigetomi
reviewed
Apr 8, 2026
jshigetomi
reviewed
Apr 8, 2026
jshigetomi
approved these changes
Apr 8, 2026
jshigetomi
approved these changes
Apr 8, 2026
daxian-dbw
added a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
… within the same `msixbundle-vpack` pipeline (PowerShell#150) (PowerShell#27209)
9 tasks
daxian-dbw
added a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
… within the same `msixbundle-vpack` pipeline (PowerShell#150) (PowerShell#27209)
9 tasks
9 tasks
daxian-dbw
added a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
… within the same `msixbundle-vpack` pipeline (PowerShell#150) (PowerShell#27209)
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
Update the
MSIXBundle-vPack-Official.ymlto build, package, and then create VPack for thePowerShell-LTSstore package.It's a compliance requirement to build and package from scratch in a VPack pipeline in order to create the VPack pacakge.
This PR also enable publishing symbol files in the same pipeline.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header