Remove the hack to download "1.0.0.001665" CLI.

Revert to download the latest.
This commit is contained in:
Sridhar Periyasamy 2016-03-14 12:14:00 -07:00
parent fd4e3b8cfe
commit dc11ed2ba8

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
$DIR/obtain/install.sh --channel $CHANNEL
# Put stage 0 on the PATH (for this shell only)
PATH="$DOTNET_INSTALL_DIR/bin:$PATH"