aspnetcore-tooling/eng/configure-toolset.ps1

5 строки
278 B
PowerShell
Исходник Постоянная ссылка Обычный вид История

# We can't use already installed dotnet cli since we need to install additional shared runtimes.
2019-02-15 19:42:51 +03:00
# We could potentially try to find an existing installation that has all the required runtimes,
# but it's unlikely one will be available.
$script:useInstalledDotNetCli = $false