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 ability to install just the runtime, rather than the SDK #352

Open
thomaslevesque opened this issue Nov 27, 2022 · 2 comments
Open

Add ability to install just the runtime, rather than the SDK #352

thomaslevesque opened this issue Nov 27, 2022 · 2 comments
Assignees
Labels
feature request New feature or request to improve the current logic

Comments

@thomaslevesque
Copy link

Description:
This action sets up the .NET SDK, but in some cases I'd like to install just a specific runtime version, not the whole SDK.

Justification:
I have a library with tests for multiple .NET versions. I want to use the latest SDK, but to be able to run the tests for all the supported .NET versions, I also need the appropriate runtime versions to be installed.

Are you willing to submit a PR?
Open to it, but would need some guidance, since I'm not familiar with the code.

Note: this seems to be supported by the install.sh and install.ps1 scripts, but I see no way to pass the appropriate parameters to the script when using the action. Am I missing something?

@thomaslevesque thomaslevesque added feature request New feature or request to improve the current logic needs triage labels Nov 27, 2022
@IvanZosimov
Copy link
Contributor

Hi, @thomaslevesque 👋 Thank you for this feature request! We will investigate the possibility of adding this feature and get back to you with updates.

@ch1seL
Copy link

ch1seL commented Mar 18, 2023

absolutely support, the most common case when building multitarget projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

4 participants