fix(release): initialize the Windows signing repository - #6
Merged
Merged
Conversation
bjarn
enabled auto-merge (squash)
September 15, 2026 23:21
Bjornftw
approved these changes
Sep 16, 2026
bjarn
force-pushed
the
codex/signing-client-bootstrap
branch
from
September 16, 2026 17:11
35feefe to
0f71cae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RC5 stopped before signing because PowerShell could not find PSGallery. The workflow assumed that the runner already had a usable package repository.
Add one setup script that restores the default repository when it is missing, requires the official HTTPS source, installs ArtifactSigning 0.1.8, and verifies that the signing command loads. Retry setup failures at most three times, with a five-minute step limit. Run setup before Azure login. Return success explicitly after verification because PackageManagement can leave a stale native NuGet exit code after recovery.
Use the same script in a Windows CI job that removes PSGallery, downloads and imports the real module, and repeats setup. Also test recovery from a transient error, the retry limit, stale exit codes, and refusal of an unexpected package source. This job needs no signing credentials.
Validation:
Homebrew was skipped as expected for this pre-release. The first stable release must still run the Homebrew publication and installation checks.