This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 2 files changed +2
-2
lines changed
build_projects/dotnet-host-build
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if (!(Test-Path "$RepoRoot\artifacts"))
101
101
$DOTNET_INSTALL_SCRIPT_URL = " https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1"
102
102
Invoke-WebRequest $DOTNET_INSTALL_SCRIPT_URL - OutFile " $RepoRoot \artifacts\dotnet-install.ps1"
103
103
104
- & " $RepoRoot \artifacts\dotnet-install.ps1" - Channel Sdk - Version 1.0 .0 - preview3- 003223 - Architecture $Architecture - Verbose
104
+ & " $RepoRoot \artifacts\dotnet-install.ps1" - Version 1.0 .0 - preview3- 003223 - 3 - Architecture $Architecture - Verbose
105
105
if ($LASTEXITCODE -ne 0 ) { throw " Failed to install stage0" }
106
106
107
107
# Put the stage0 on the path
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ done < "$REPOROOT/branchinfo.txt"
95
95
96
96
97
97
DOTNET_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh"
98
- curl -sSL " $DOTNET_INSTALL_SCRIPT_URL " | bash /dev/stdin --channel Sdk -- version 1.0.0-preview3-003223 --verbose
98
+ curl -sSL " $DOTNET_INSTALL_SCRIPT_URL " | bash /dev/stdin --version 1.0.0-preview3-003223-3 --verbose
99
99
100
100
# Put stage 0 on the PATH (for this shell only)
101
101
PATH=" $DOTNET_INSTALL_DIR :$PATH "
You can’t perform that action at this time.
0 commit comments