Skip to content

Sequential version install fix#433

Merged
nikolai-laevskii merged 6 commits intoactions:mainfrom
akv-platform:sequential-version-install-fix
Jun 6, 2023
Merged

Sequential version install fix#433
nikolai-laevskii merged 6 commits intoactions:mainfrom
akv-platform:sequential-version-install-fix

Conversation

@nikolai-laevskii
Copy link
Copy Markdown
Contributor

Description

  • Added LTS runtime installation before requested dotnet installation:
    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-files flag 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.
  • Added E2E tests that check for the problem described in the issue

Related issue:
#387

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 June 6, 2023 11:20
@nikolai-laevskii nikolai-laevskii merged commit 9b40770 into actions:main Jun 6, 2023
@nikolai-laevskii nikolai-laevskii deleted the sequential-version-install-fix branch June 6, 2023 11:43
@priya-kinthali priya-kinthali mentioned this pull request Oct 30, 2025
5 tasks
@gowridurgad gowridurgad mentioned this pull request Mar 6, 2026
3 tasks
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.

3 participants