зеркало из https://github.com/aspnet/KoreBuild.git
Fix typo in build script
This commit is contained in:
Родитель
5369dd9277
Коммит
3c46c2b185
|
@ -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))
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче