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