Sequential version install fix - #433
Merged
nikolai-laevskii merged 6 commits intoJun 6, 2023
Merged
Conversation
2 tasks
marko-zivic-93
approved these changes
Jun 6, 2023
dsame
approved these changes
Jun 6, 2023
Description
When dotnet is installed after usage of some other version, install script fails to override dotnet.exe as it appears to be used by a process. Workaround is to pass
--skip-unversioned-filesflag to the install script and avoid overriding this file altogether. However, to ensure better compatibility and to avoid vulnerability issues, LTS runtime is now installed first, providing up-to-date unversioned files (such as CLI) for further usage.Related issue:
#387
Check list: