Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebd4cb commit 12bf08cCopy full SHA for 12bf08c
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