-
Notifications
You must be signed in to change notification settings - Fork 76
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 SDK respecting global.json configuration #476
Comments
Moving since the request is related to the install scripts. We are looking into CLI commands for update/install but those will come in a future release. |
Hi @baronfel , Could you please to prioritize this work? |
The problem and requested solution clearly indicate that this is about the dotnet CLI, why was this moved? |
cc: @marcpopMSFT |
@YuliiaKovalova I believe #468 addresses this issues with the install scripts which is good to see, but this also needs implementation in the dotnet CLI of course. |
I moved it as I took the additional context to be about supporting rollforward in the install scripts. It's true that there is also a suggestion to have this capability in the dotnet CLI which would live in the sdk repo but we have an issue tracking improving the acquisition already: So I think since we have 14960 and 468, perhaps this issue can be closed and tracked there? |
Expected work from install-scripts side will be handled in scope of |
Is your feature request related to a problem? Please describe.
The dotnet CLI should allow installation of SDK versions respecting the configuration in global.json.
Describe the solution you'd like
dotnet sdk install <version>
- version should be optional and omitting it should utilise the global.json file.Additional context
dotnet-install.ps1. exists and allows a
jsonfile
to be set but this does not respect the "rollForward" configuration which significantly limits its use.The text was updated successfully, but these errors were encountered: