PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
483 stars 92 forks source link

ACR Integration: Publish bug fixes #1545

Closed alerickson closed 7 months ago

alerickson commented 7 months ago

PR Summary

Adding using statements to a few areas in Publish code path to ensure FileStreams are always properly closed.

Adding empty file when pushing a package to ACR because pushing the manifest will fail without pushing an empty file first.

PR Context

PR Checklist