Skip to content

Commit

Permalink
change dotnet-install.ps1 script from rel/1.0.0-preview2 instead of r…
Browse files Browse the repository at this point in the history
…el/1.0.0 for linux/mac
  • Loading branch information
Rohit Agrawal committed Jun 23, 2016
1 parent 60095cb commit f9c0ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/funcTests/runFuncTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9c0ad2

Please sign in to comment.