Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #435 from wtgodbe/newChannelRel
Browse files Browse the repository at this point in the history
Point to correct version of CLI so we have a good version for OpenSUS…
  • Loading branch information
gkhanna79 authored Oct 9, 2016
2 parents 24a391c + 5841a8f commit 5e029a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_projects/dotnet-host-build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if (!(Test-Path "$RepoRoot\artifacts"))
$DOTNET_INSTALL_SCRIPT_URL="https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1"
Invoke-WebRequest $DOTNET_INSTALL_SCRIPT_URL -OutFile "$RepoRoot\artifacts\dotnet-install.ps1"

& "$RepoRoot\artifacts\dotnet-install.ps1" -Channel Sdk -Version 1.0.0-preview3-003223 -Architecture $Architecture -Verbose
& "$RepoRoot\artifacts\dotnet-install.ps1" -Version 1.0.0-preview3-003223-3 -Architecture $Architecture -Verbose
if($LASTEXITCODE -ne 0) { throw "Failed to install stage0" }

# Put the stage0 on the path
Expand Down
2 changes: 1 addition & 1 deletion build_projects/dotnet-host-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ done < "$REPOROOT/branchinfo.txt"


DOTNET_INSTALL_SCRIPT_URL="https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh"
curl -sSL "$DOTNET_INSTALL_SCRIPT_URL" | bash /dev/stdin --channel Sdk --version 1.0.0-preview3-003223 --verbose
curl -sSL "$DOTNET_INSTALL_SCRIPT_URL" | bash /dev/stdin --version 1.0.0-preview3-003223-3 --verbose

# Put stage 0 on the PATH (for this shell only)
PATH="$DOTNET_INSTALL_DIR:$PATH"
Expand Down

0 comments on commit 5e029a1

Please sign in to comment.