From d9607348679a124415b343337a6a0848f7a51a09 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Mon, 21 Mar 2016 10:57:11 -0700 Subject: [PATCH] change build to not use specific version for stage0 --- scripts/run-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-build.sh b/scripts/run-build.sh index 8baa9bbef..c55e2f3d8 100755 --- a/scripts/run-build.sh +++ b/scripts/run-build.sh @@ -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"