microsoft / PowerShellForGitHub

Microsoft PowerShell wrapper for GitHub API
Other
588 stars 185 forks source link

Version 0.16.1 not in PowershellGallery #350

Closed floh96 closed 2 years ago

floh96 commented 2 years ago

Issue Details

see https://www.powershellgallery.com/packages/PowerShellForGitHub version 0.16.1 is not available via PowershellGallery. cc @HowardWolosky

HowardWolosky commented 2 years ago

This is an unfortunate known issue at the moment. I'm only able to release signed builds to PowerShellGallery, however the internal builds lost access to the necessary certificate for signing last year. I'm continuing to try to get that certificate access restored so that builds and deployment from this repo can resume.

HowardWolosky commented 2 years ago

Good news! I believe I have a workaround for my signing issues and will be able to release a signed version of 0.16.1 next week. That workaround should also allow me to continue to release signed versions going forward as well, although it will have to be done manually as opposed to through the Release pipeline.

HowardWolosky commented 2 years ago

0.16.1 has been successfully signed and published to PowerShellGallery. This proves out the new approach I need to use to sign releases moving forward. It's now a manual approach (can't use an Azure Pipeline anymore), but it at least gets things unblocked for the project.