Simplify NuGet publishing to nuget.org - #10
Merged
Conversation
thebuilder
marked this pull request as ready for review
July 18, 2026 09:03
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.
Summary
int.nugettest.orgpublishing job, credentials, environment, and manual workflow inputWhy
The test-gallery path introduced a second policy and routing model without providing useful protection for the release process. A GitHub prerelease has already established
TheBuilder.WebAnalyticsprerelease publishing on nuget.org, so the workflow now treats that as intentional behavior and removes the integration-gallery complexity.Impact
Publishing a GitHub prerelease such as
v0.2.0-preview.1publishes that prerelease package to nuget.org. Publishing a stable GitHub Release such asv0.2.0publishes the stable package to nuget.org. There is no manual publish trigger or test-gallery configuration.Verification
int.nugettest.org,nuget-test, manual-dispatch, or test-publish references remain