Skip to content

Commit

Permalink
Fix build.sh for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai committed Mar 21, 2016
1 parent 1052a75 commit b77711c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DOTNET="$work_dir/.dotnet/cli/dotnet"
if [ `uname` == "Linux" ]; then
# dotnet build on Ubuntu is currently broken, pin to the 001793 build and install script
DOTNET_VERSION="1.0.0.001793"
DOTNET_INSTALL="https://raw.githubusercontent.com/dotnet/cli/42a0eec967f878c4a374d2b297aaedb0f14c20d2/scripts/obtain/install.sh"
DOTNET_SCRIPT="https://raw.githubusercontent.com/dotnet/cli/42a0eec967f878c4a374d2b297aaedb0f14c20d2/scripts/obtain/install.sh"
DOTNET="$work_dir/.dotnet/bin/dotnet"
fi

Expand Down

0 comments on commit b77711c

Please sign in to comment.