configure-toolset.sh 425 B

12345678910
  1. # We can't use already installed dotnet cli since we need to install additional shared runtimes.
  2. # We could potentially try to find an existing installation that has all the required runtimes,
  3. # but it's unlikely one will be available.
  4. if [ "${DotNetBuild:-false}" = false ]; then
  5. use_installed_dotnet_cli="false"
  6. fi
  7. # Working around issue https://github.com/dotnet/arcade/issues/2673
  8. DisableNativeToolsetInstalls=true