This commit is contained in:
Pranav K 2016-11-10 16:14:33 -08:00
Родитель 5369dd9277
Коммит 3c46c2b185
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,7 +76,7 @@ function EnsureDotNet() {
{
Write-Host -ForegroundColor Green "Installing .NET Command-Line Tools ..."
exec "$KoreBuildRoot\build\dotnet\dotnet-install.ps1" -Channel $dotnetChannel -Version $dotnetVersion -Architecture x64
exec "$KoreBuildRoot\build\dotnet\dotnet-install.ps1" --SharedRuntime -Channel 'preview' -Version '1.0.0' -Architecture x64
exec "$KoreBuildRoot\build\dotnet\dotnet-install.ps1" -SharedRuntime -Channel 'preview' -Version '1.0.0' -Architecture x64
}
if (!($env:Path.Split(';') -icontains $dotnetLocalInstallFolder))
{