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

Install runtime only #476

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

nikolai-laevskii
Copy link
Contributor

Description:
Added ability to select to install runtime only instead of SDK. It utilizes built-in features of the dotnet-install script by conditionally passing -Runtime/--runtime flag.

Related issue:
#352

Check list:

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

@nikolai-laevskii nikolai-laevskii requested a review from a team as a code owner October 18, 2023 05:52
@IvanZosimov
Copy link
Contributor

@nikolai-laevskii, I'd also incorporate information about the new input to the README file. Also, there is a failed check https://github.com/actions/setup-dotnet/actions/runs/6556781112/job/17807271424?pr=476

@VAllens
Copy link

VAllens commented Jul 22, 2024

This switch is cool, but I have another opposite idea, add a sdk-only switch.
Right now by default the runtime is always installed first, then the sdk.
When one wishes to install sdk only, there's really no need to install runtime separately before, since sdk already includes runtime.

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.

None yet

7 participants