Skip to content

Conversation

@vbreuss
Copy link
Member

@vbreuss vbreuss commented Aug 10, 2025

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 for more reliable and streamlined package publishing.

Key changes:

  • Replaces nuget/setup-nuget@v2 action with actions/setup-dotnet@v4
  • Updates push commands from nuget push to dotnet nuget push with updated parameter syntax

@vbreuss vbreuss self-assigned this Aug 10, 2025
Copilot AI review requested due to automatic review settings August 10, 2025 09:33
@vbreuss vbreuss added the bug Something isn't working label Aug 10, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

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 for more reliable and streamlined package publishing.

Key changes:

  • Replaces nuget/setup-nuget@v2 action with actions/setup-dotnet@v4 for both pre-release and release publishing jobs
  • Updates push commands from nuget push to dotnet nuget push with updated parameter syntax

@vbreuss vbreuss enabled auto-merge (squash) August 10, 2025 09:41
@sonarqubecloud
Copy link

@vbreuss vbreuss merged commit 9aedb52 into main Aug 10, 2025
14 checks passed
@vbreuss vbreuss deleted the topic/use-dotnet-nuget branch August 10, 2025 09:59
@github-actions
Copy link

This is addressed in release v4.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working state: released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants