Publish `.msixbundle` package as a VPack by daxian-dbw · Pull Request #25612 · PowerShell/PowerShell
Navigation Menu
{{ message }}
PowerShell / PowerShell Public
- Notifications You must be signed in to change notification settings
- Fork 8.2k
Merged
daxian-dbw merged 8 commits intoPowerShell:masterfrom
May 30, 2025Merged
Publish .msixbundle package as a VPack#25612
daxian-dbw merged 8 commits intoPowerShell:masterfrom
Publish .msixbundle package as a VPack#25612
daxian-dbw merged 8 commits intoPowerShell:masterfrom
Conversation
Copy link
Member
PR Summary
- Add the pipeline YAML file for publishing
.msixbundlepackage as a VPack. - Update
AppxManifest.xmlto include thePhoneIdentitytag, which is required to be the same between a pre-installed app and its store version. See https://www.osgwiki.com/wiki/Adding_a_Preinstalled_App#PhoneProductID_in_the_manifest_needs_to_match_values_from_the_Store for more information. - Update the
packaging.psm1file to include thePhoneProductIdforMicrosoft.PowerShellandMicrosoft.PowerShellPreviewrespectively. - Minor updates to
SetVersionVariables.ymlto fix typos and make the display of environment variables readable. - Minor updates to the release pipeline to include the new msixbundle-vpack pipeline.
- msixbundle-vpack pipeline test run: https://dev.azure.com/mscodehub/PowerShellCore/_build/results?buildId=597669&view=results
- PowerShell build pipeline test run: https://dev.azure.com/mscodehub/PowerShellCore/_build/results?buildId=597785&view=results
- PowerShell package pipeline test run: https://dev.azure.com/mscodehub/PowerShellCore/_build/results?buildId=598140&view=results -- the
windows_packagestage was successful and.msixpackages were produced with the expectedPhoneProductID.
daxian-dbw added 7 commits
May 27, 2025 09:59
daxian-dbw
requested review from
a team and
jshigetomi
as code owners
daxian-dbw
requested review from
TravisEz13 and
tgauth
daxian-dbw
added
the
CL-BuildPackaging
label
May 28, 2025tgauth approved these changes May 29, 2025
adityapatwardhan approved these changes May 29, 2025
daxian-dbw
deleted the
release/v7.4.97
branch
Copy link
Contributor
📣 Hey @@daxian-dbw, how did we do? We would love to hear your feedback with the link below! 🗣️
🔗 https://aka.ms/PSRepoFeedback
pwshBot pushed a commit to pwshBot/PowerShell that referenced this pull request
May 30, 2025
pwshBot
mentioned this pull request
9 tasks
daxian-dbw
added
the
Backport-7.5.x-Migrated
label
SIRMARGIN pushed a commit to SIRMARGIN/PowerShell that referenced this pull request
Dec 12, 2025This 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