зеркало из https://github.com/dotnet/razor.git
5 строки
278 B
PowerShell
5 строки
278 B
PowerShell
# We can't use already installed dotnet cli since we need to install additional shared runtimes.
|
|
# 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 |