Hard-code stage0 on Mac, Linux to use 1.0.0.001665, which contained a NuGet believed not to contain current regressions.

This commit is contained in:
PiotrP 2016-03-11 12:39:36 -08:00
parent 94ca41874d
commit 5ae6dcbbde

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