File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
29
29
& $PSScriptRoot \Download.ps1 " https://dot.net/v1/dotnet-install.ps1" $PSScriptRoot \dotnet- install.ps1
30
30
Write-Host " Download of dotnet-install.ps1 complete..."
31
- Write-Host " Installing SDK...& $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Version $sdkVersion -InstallDir $installDir "
32
- Invoke-Expression " & $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Version $sdkVersion -InstallDir $installDir "
33
- Write-Host " Installing Runtime...& $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Runtime dotnet -Version $runtimeVersion -InstallDir $installDir "
34
- Invoke-Expression " & $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Runtime dotnet -Version $runtimeVersion -InstallDir $installDir "
35
- Write-Host " InstallDotNet.ps1 complete..."
31
+ Write-Host " Installing SDK...& $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Version $sdkVersion -InstallDir $installDir -NoPath "
32
+ Invoke-Expression " & $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Version $sdkVersion -InstallDir $installDir -NoPath "
33
+ Write-Host " Installing Runtime...& $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Runtime dotnet -Version $runtimeVersion -InstallDir $installDir -NoPath "
34
+ Invoke-Expression " & $PSScriptRoot \dotnet-install.ps1 -Architecture $arch -Runtime dotnet -Version $runtimeVersion -InstallDir $installDir -NoPath "
35
+ Write-Host " InstallDotNet.ps1 complete..."
You can’t perform that action at this time.
0 commit comments