change build to not use specific version for stage0

This commit is contained in:
Krzysztof Wicher 2016-03-21 10:57:11 -07:00
parent fa733ab9e9
commit d960734867

View file

@ -85,7 +85,7 @@ done < "$DIR/../branchinfo.txt"
# Ensure the latest stage0 is installed
export CHANNEL=$RELEASE_SUFFIX
$DIR/obtain/install.sh --channel $CHANNEL --version 1.0.0.001665 --verbose
$DIR/obtain/install.sh --channel $CHANNEL --verbose
# Put stage 0 on the PATH (for this shell only)
PATH="$DOTNET_INSTALL_DIR/cli:$PATH"