[release/v7.5.8] Remove the unused `Publish-NugetToMyGet` command from packaging module by TravisEz13 · Pull Request #27575 · PowerShell/PowerShell
Backport of #27403 to release/v7.5.8
Triggered by @TravisEz13 on behalf of @daxian-dbw
Original CL Label: CL-CodeCleanup
/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)
Removes unused Publish-NugetToMyGet function from the packaging module. MyGet publishing has been retired for years.
Customer Impact
- Customer reported
- Found internally
Regression
REQUIRED: Check exactly one box.
- Yes
- No
This is not a regression.
Testing
Verified the removed function is not referenced anywhere in the codebase or pipelines.
Risk
REQUIRED: Check exactly one box.
- High
- Medium
- Low
Removes dead code for a service (MyGet) that hasn't been used in years. No functional impact.