[release/v7.5.6] Select New MSIX Package Name by adityapatwardhan · Pull Request #27172 · PowerShell/PowerShell · GitHub
Skip to content

[release/v7.5.6] Select New MSIX Package Name#27172

Merged
adityapatwardhan merged 1 commit intoPowerShell:release/v7.5.6from
adityapatwardhan:backport/release/v7.5.6/27096-a17f1761e
Apr 3, 2026
Merged

[release/v7.5.6] Select New MSIX Package Name#27172
adityapatwardhan merged 1 commit intoPowerShell:release/v7.5.6from
adityapatwardhan:backport/release/v7.5.6/27096-a17f1761e

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

Backport of #27096 to release/v7.5.6

Triggered by @adityapatwardhan on behalf of @jshigetomi

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

  • Required tooling change
  • Optional tooling change (include reasoning)

Ensures the Windows packaging/sign pipeline selects MSIX artifacts that use the actual PowerShell* naming convention, including preview package names.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Validated by cherry-picking cleanly to release/v7.5.6 and confirming the change is limited to the packaging/sign templates that define the MSIX filename filter used by the pipeline.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

The change is a narrow string filter update in packaging pipeline templates and does not affect product runtime behavior.

Co-authored-by: Justin Chung <chungjustin@microsoft.com>
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Apr 2, 2026
@adityapatwardhan adityapatwardhan requested a review from a team as a code owner April 2, 2026 22:30
Copilot AI review requested due to automatic review settings April 2, 2026 22:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backport to release/v7.5.6 to ensure the Windows packaging/signing pipeline correctly discovers MSIX artifacts that follow the actual PowerShell* naming convention, including Preview packages.

Changes:

  • Update the MSIX filename filter from powershell-*.msix to PowerShell*.msix in the unsigned packaging template.
  • Update the MSIX filename filter from powershell-*.msix to PowerShell*.msix in the signing template.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.pipelines/templates/packaging/windows/package.yml Updates MSIX discovery filter so the build stage copies the correct unsigned MSIX artifacts (including Preview naming).
.pipelines/templates/packaging/windows/sign.yml Updates MSIX discovery filter so the signing stage copies the correct signed MSIX artifacts (including Preview naming).

@adityapatwardhan adityapatwardhan merged commit 1f594b8 into PowerShell:release/v7.5.6 Apr 3, 2026
39 checks passed
@adityapatwardhan adityapatwardhan deleted the backport/release/v7.5.6/27096-a17f1761e branch April 3, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants