nuke icon indicating copy to clipboard operation
nuke copied to clipboard

Add GitHub actions/setup-dotnet support

Open lahma opened this issue 1 year ago • 1 comments

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:

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

lahma avatar Jan 16 '25 17:01 lahma

DM :)

matkoch avatar Jan 16 '25 17:01 matkoch