Moves version suffix from beta to rc2
This commit is contained in:
parent
110a86e72e
commit
347e7a3987
3 changed files with 2 additions and 5 deletions
|
@ -84,8 +84,6 @@ done < "$DIR/../branchinfo.txt"
|
|||
[ -z "$DOTNET_INSTALL_DIR" ] && export DOTNET_INSTALL_DIR=$DIR/../.dotnet_stage0/$(uname)
|
||||
[ -d $DOTNET_INSTALL_DIR ] || mkdir -p $DOTNET_INSTALL_DIR
|
||||
|
||||
# Ensure the latest stage0 is installed
|
||||
export CHANNEL=$RELEASE_SUFFIX
|
||||
$DIR/obtain/install.sh --channel $CHANNEL --verbose
|
||||
|
||||
# Put stage 0 on the PATH (for this shell only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue