configure-toolset.ps1 276 B

12345
  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. $script:useInstalledDotNetCli = $false