From f9c0ad262c70b4535c85f669dec2df56012223f6 Mon Sep 17 00:00:00 2001 From: Rohit Agrawal Date: Thu, 23 Jun 2016 14:28:07 -0700 Subject: [PATCH] change dotnet-install.ps1 script from rel/1.0.0-preview2 instead of rel/1.0.0 for linux/mac --- build.sh | 2 +- scripts/funcTests/runFuncTests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d714233e0c1..bbb5943eb6e 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ RESULTCODE=0 # Download the CLI install script to cli echo "Installing dotnet CLI" mkdir -p cli -curl -o cli/dotnet-install.sh https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh +curl -o cli/dotnet-install.sh https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.sh # Run install.sh chmod +x cli/dotnet-install.sh diff --git a/scripts/funcTests/runFuncTests.sh b/scripts/funcTests/runFuncTests.sh index 36d7049876d..351a53a62b7 100755 --- a/scripts/funcTests/runFuncTests.sh +++ b/scripts/funcTests/runFuncTests.sh @@ -17,7 +17,7 @@ pushd $DIR/../../ # Download the CLI install script to cli echo "Installing dotnet CLI" mkdir -p cli -curl -o cli/dotnet-install.sh https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh +curl -o cli/dotnet-install.sh https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.sh # Run install.sh chmod +x cli/dotnet-install.sh