◐ Shell
clean mode source ↗

Exclude .exe packages from publishing to GitHub by daxian-dbw · Pull Request #26859 · PowerShell/PowerShell

Conversation

@daxian-dbw

PR Summary

The .exe packages are for Windows Update only and should not be uploaded to GitHub release.
This PR removes them after downloading all package artifacts before moving forward.

Copilot AI review requested due to automatic review settings

February 20, 2026 03:37

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the GitHub release drafting pipeline to exclude Windows Update–only .exe package artifacts from being published to GitHub releases.

Changes:

  • Remove .exe files from $(Pipeline.Workspace)/GitHubPackages prior to checksum generation and GitHub asset upload.

SeeminglyScience

Choose a reason for hiding this comment

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

LGTM!

daxian-dbw added a commit to daxian-dbw/PowerShell that referenced this pull request

Feb 24, 2026

This was referenced

May 17, 2026

JustinGrote pushed a commit to JustinGrote/PowerShell that referenced this pull request

Jun 2, 2026

Labels