From 639427613a990666115644b801ac6602e9cf5516 Mon Sep 17 00:00:00 2001 From: Matthew Erbs Date: Sat, 3 Jun 2017 14:52:47 +1000 Subject: [PATCH] Removed install from build script and rely on Travis yml --- build.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build.sh b/build.sh index 461b5510b..9d02afdfc 100755 --- a/build.sh +++ b/build.sh @@ -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