configure-toolset.sh 332 B

1234567
  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 [ "${DotNetBuildFromSource:-false}" = false ]; then
  5. use_installed_dotnet_cli="false"
  6. fi