There was an error while loading. Please reload this page.
1 parent 4b78704 commit db2acffCopy full SHA for db2acff
build/build.ps1
@@ -58,11 +58,10 @@ if (!(Test-Path $InstallPath)) {
58
$ScriptPath = Join-Path $InstallPath 'dotnet-install.ps1'
59
(New-Object System.Net.WebClient).DownloadFile($DotNetInstallerUri, $ScriptPath);
60
& $ScriptPath -JSonFile $GlobalJsonPath -InstallDir $InstallPath;
61
-
62
- Remove-PathVariable "$InstallPath"
63
- $env:PATH = "$InstallPath;$env:PATH"
64
}
65
+Remove-PathVariable "$InstallPath"
+$env:PATH = "$InstallPath;$env:PATH"
66
$env:DOTNET_ROOT=$InstallPath
67
68
###########################################################################
0 commit comments