Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub actions/setup-dotnet support #1505

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

lahma
Copy link
Contributor

@lahma lahma commented Jan 16, 2025

More often than I want, I seem to hit the oddities of different GH runner images. sometimes they have both NET 8 and NET 9, sometimes only either one. NUKE's setup seems to force the one in global JSON and then when some component explicitly would want to use the other version it's missing (because installation replaces the older one - if installing 9, 8 will be removed).

This PR adds support for specifying versions of .NET that should all be present.

I confirm that the pull-request:

  • Follows the contribution guidelines
  • Is based on my own work
  • Is in compliance with my employer

@matkoch
Copy link
Member

matkoch commented Jan 16, 2025

DM :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants