You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
High Risk
Publish behavior changes materially: packages are signed with production Azure credentials but automatic NuGet.org push and draft releases are gone, and publish may run without test gates or tag-only triggers.
Overview Release signing is added to the publish job: workflow env vars for Azure Trusted Signing, azure/login@v2 (OIDC secrets), global install of the prerelease sign CLI, and an artifact-signing step on efcore_provider/*.nupkg before upload.
Release automation is narrowed. The job no longer depends on test-ubuntu / test-windows or the refs/tags/v condition. on.push no longer limits to master or version tags. Removed steps:dotnet nuget push (after NuGet OIDC login) and the draft GitHub release via softprops/action-gh-release@v2. The signed package is still uploaded as the efcore-provider artifact.
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
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.
No description provided.