setup-dotnet icon indicating copy to clipboard operation
setup-dotnet copied to clipboard

Prefer installed

Open nikolai-laevskii opened this issue 2 years ago • 1 comments

Description: Adds ability to set preference for already installed versions when setting up dotnet environment. If prefer-installed flag is active, action will attempt to check already installed versions with dotnet utility. If matching version exists on the runner, request for this specific version will be passed to the install-script, which has ability to verify already installed version and skip download if current installation is not broken.

Related issue: https://github.com/actions/setup-dotnet/issues/356

Check list:

  • [x] Mark if documentation changes are required.
  • [x] Mark if tests were added or updated to cover the changes.

nikolai-laevskii avatar Oct 18 '23 05:10 nikolai-laevskii

This would be nice.

BeyondEvil avatar Nov 15 '24 23:11 BeyondEvil