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
This PR modernizes the NuGet package publishing process by replacing the legacy `nuget.exe` tool with the built-in `dotnet nuget` command. This change follows best practices recommended in [Meziantou's blog]((https://www.meziantou.net/publishing-a-nuget-package-following-best-practices-using-github.htm)) for more reliable and streamlined package publishing.
### Key changes:
- Replaces `nuget/setup-nuget@v2` action with `actions/setup-dotnet@v5`
- Updates push commands from `nuget push` to `dotnet nuget push` with updated parameter syntax
0 commit comments