Skip to content

Commit

Permalink
Removed install from build script and rely on Travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merbla committed Jun 3, 2017
1 parent 8b68856 commit 6394276
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
#!/bin/bash
export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
DotnetCliVersion=${CLI_VERSION:="1.0.1"}
install_script_url=https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh
curl -sSL $install_script_url | bash /dev/stdin --version "$DotnetCliVersion" --install-dir "$DOTNET_INSTALL_DIR"
export PATH="$DOTNET_INSTALL_DIR:$PATH"

# See issue https://github.com/NuGet/Home/issues/2163
ulimit -n 2048

dotnet --info
dotnet restore

Expand Down

0 comments on commit 6394276

Please sign in to comment.