◐ Shell
clean mode source ↗

Remove the unused `Publish-NugetToMyGet` command from packaging module by daxian-dbw · Pull Request #27403 · PowerShell/PowerShell

Pull request overview

This PR removes the no-longer-used Publish-NugetToMyGet function from the packaging module, reflecting that the project no longer publishes packages to MyGet.

Changes:

  • Deleted the Publish-NugetToMyGet function from tools/packaging/packaging.psm1.
  • Removed Publish-NugetToMyGet from the module manifest’s FunctionsToExport list.

Reviewed changes

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

File Description
tools/packaging/packaging.psm1 Removes the obsolete MyGet publishing function implementation.
tools/packaging/packaging.psd1 Stops exporting the removed function from the module manifest.