This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ $env:VSTEST_TRACE_BUILD=1
8080# install a stage0
8181$dotnetInstallPath = Join-Path $RepoRoot " scripts\obtain\dotnet-install.ps1"
8282
83- Write-Output " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" -Version 2.0.0-preview3-006628 "
84- Invoke-Expression " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" -Version 2.0.0-preview3-006628 "
83+ Write-Output " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" "
84+ Invoke-Expression " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" "
8585if ($LastExitCode -ne 0 )
8686{
8787 Write-Output " The .NET CLI installation failed with exit code $LastExitCode "
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export VSTEST_TRACE_BUILD=1
155155export DOTNET_MULTILEVEL_LOOKUP=0
156156
157157# Install a stage 0
158- (set -x ; " $REPOROOT /scripts/obtain/dotnet-install.sh" --channel " release/2.0.0" --install-dir " $DOTNET_INSTALL_DIR " --architecture " $ARCHITECTURE " --version " 2.0.0-preview3-006628 " $LINUX_PORTABLE_INSTALL_ARGS )
158+ (set -x ; " $REPOROOT /scripts/obtain/dotnet-install.sh" --channel " release/2.0.0" --install-dir " $DOTNET_INSTALL_DIR " --architecture " $ARCHITECTURE " $LINUX_PORTABLE_INSTALL_ARGS )
159159
160160EXIT_CODE=$?
161161if [ $EXIT_CODE != 0 ]; then
You can’t perform that action at this time.
0 commit comments