Moves version suffix from beta to rc2

This commit is contained in:
Piotr Puszkiewicz 2016-04-06 15:06:27 -07:00
parent 110a86e72e
commit 347e7a3987
3 changed files with 2 additions and 5 deletions

View file

@ -4,4 +4,5 @@
MAJOR_VERSION=1
MINOR_VERSION=0
PATCH_VERSION=0
RELEASE_SUFFIX=beta
RELEASE_SUFFIX=rc2
CHANNEL=beta

View file

@ -49,8 +49,6 @@ cat "$PSScriptRoot\..\branchinfo.txt" | ForEach-Object {
}
}
$env:CHANNEL=$env:RELEASE_SUFFIX
# Use a repo-local install directory (but not the artifacts directory because that gets cleaned a lot
if (!$env:DOTNET_INSTALL_DIR)
{

View file

@ -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)