Skip to content

Conversation

@vbreuss
Copy link
Member

@vbreuss vbreuss commented Aug 10, 2025

This PR fixes the CI/CD pipeline by ensuring NuGet.exe is properly installed before attempting to push packages. The changes address a missing dependency issue that was previously masked by using macOS runners which have NuGet pre-installed.

  • Switches the package push jobs from macos-latest to ubuntu-latest runners
  • Adds explicit NuGet.exe installation step using the official setup-nuget action
  • Ensures consistent tooling across both core and regular package push workflows

Use the [setup-nuget action](https://github.com/marketplace/actions/setup-nuget-exe-for-use-with-actions) to install nuget exe before using it when pushing nuget packages and change the OS back to "ubuntu-latest"
@vbreuss vbreuss self-assigned this Aug 10, 2025
Copilot AI review requested due to automatic review settings August 10, 2025 06:16
@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 fixes the CI/CD pipeline by ensuring NuGet.exe is properly installed before attempting to push packages. The changes address a missing dependency issue that was previously masked by using macOS runners which have NuGet pre-installed.

  • Switches the package push jobs from macos-latest to ubuntu-latest runners
  • Adds explicit NuGet.exe installation step using the official setup-nuget action
  • Ensures consistent tooling across both core and regular package push workflows

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

@vbreuss vbreuss merged commit 3924848 into main Aug 10, 2025
14 checks passed
@vbreuss vbreuss deleted the topic/fix-missing-nuget-installation branch August 10, 2025 06:42
@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