{{ message }}
[release/v7.4.15] Update the PhoneProductId to be the official LTS id used by Store#27169
Merged
adityapatwardhan merged 3 commits intoPowerShell:release/v7.4.15from Apr 3, 2026
Conversation
Comment on lines
4295
to
4299
There was a problem hiding this comment.
$PhoneProductId is assigned in the LTS branch, but it is never referenced anywhere else in New-MSIXPackage (or the module). As a result, changing this GUID appears to be a no-op and won’t affect the generated MSIX/manifest, which conflicts with the PR goal of updating Store publishing metadata. Either wire PhoneProductId into the generated AppxManifest (or whatever Store metadata consumes it) or remove this unused variable/comment to avoid misleading future changes.
Member
There was a problem hiding this comment.
This is a good catch. It seems lots of changes in this function is missing, such as the '$PHONEPRODUCTID$' placeholder in the AppxManifest file.
daxian-dbw
requested changes
Apr 3, 2026
daxian-dbw
approved these changes
Apr 3, 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.

Backport of #27077 to release/v7.4.15
Triggered by @adityapatwardhan on behalf of @daxian-dbw
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Updates release/v7.4.15 packaging metadata so Store publishing uses the official LTS PhoneProductId.
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Cherry-pick applied cleanly with no merge conflicts. Validated commit is present on the backport branch and the change scope is limited to updating PhoneProductId metadata used by Store packaging.
Risk
REQUIRED: Check exactly one box.
The change updates a single packaging identifier value and does not alter runtime engine behavior or cmdlet logic.