Skip to content

[release/v7.6] Exclude .exe packages from publishing to GitHub#26887

Merged
daxian-dbw merged 1 commit intoPowerShell:release/v7.6from
daxian-dbw:backport/release/v7.6/26859-b58ec3609
Feb 24, 2026
Merged

[release/v7.6] Exclude .exe packages from publishing to GitHub#26887
daxian-dbw merged 1 commit intoPowerShell:release/v7.6from
daxian-dbw:backport/release/v7.6/26859-b58ec3609

Conversation

@daxian-dbw
Copy link
Member

Backport of #26859 to release/v7.6

Triggered by @daxian-dbw 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

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

Customer Impact

  • Customer reported
  • Found internally

This change affects only the release packaging process. Customers will no longer see .exe packages in GitHub releases as they are intended for Windows Update only.

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Verified the backport cherry-picked cleanly with no conflicts. The change is a simple addition to the release pipeline that removes .exe files after downloading artifacts and before uploading to GitHub.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

This change only removes .exe packages from GitHub releases before upload. The .exe packages are still created and intended for Windows Update only. No functional changes to PowerShell itself.

Copilot AI review requested due to automatic review settings February 24, 2026 19:24
@daxian-dbw daxian-dbw requested a review from a team as a code owner February 24, 2026 19:24
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Feb 24, 2026
Copy link
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 to prevent Windows Update–only .exe artifacts from being published as GitHub Release assets during the release packaging pipeline.

Changes:

  • Add a PowerShell step in the GitHub release job to delete .exe files from $(Pipeline.Workspace)/GitHubPackages before generating hashes and uploading assets.

@daxian-dbw daxian-dbw merged commit b713106 into PowerShell:release/v7.6 Feb 24, 2026
39 checks passed
@daxian-dbw daxian-dbw deleted the backport/release/v7.6/26859-b58ec3609 branch February 24, 2026 19:39
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.

3 participants