Skip to content

[release/v7.6.1] Select New MSIX Package Name#27183

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

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

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

Backport of #27096 to release/v7.6.1

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.6.1 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
Copilot AI review requested due to automatic review settings April 2, 2026 23:56
@adityapatwardhan adityapatwardhan requested a review from a team as a code owner April 2, 2026 23:56
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.6.1 updating the Windows packaging/signing pipeline’s MSIX filename filter so that produced MSIX artifacts (including Preview naming) are correctly discovered and copied/sign-processed.

Changes:

  • Update MSIX filename filter from powershell-*.msix to PowerShell*.msix in the unsigned packaging template.
  • Update 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 Adjusts MSIX artifact discovery to match actual PowerShell* MSIX naming.
.pipelines/templates/packaging/windows/sign.yml Ensures signing stage finds PowerShell* MSIX artifacts (including Preview) for output copying.

@adityapatwardhan adityapatwardhan merged commit 89178b9 into PowerShell:release/v7.6.1 Apr 3, 2026
39 checks passed
@adityapatwardhan adityapatwardhan deleted the backport/release/v7.6.1/27096-a17f1761e branch April 3, 2026 16:27
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