Skip to content

Commit ac95ac6

Browse files
committed
Removed install in build and rely on Travis yml.
1 parent 518e633 commit ac95ac6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
#!/bin/bash
2-
32
set -e
4-
5-
export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
6-
DotnetCliVersion=${CLI_VERSION:="1.0.1"}
7-
install_script_url=https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh
8-
curl -sSL $install_script_url | bash /dev/stdin --version "$DotnetCliVersion" --install-dir "$DOTNET_INSTALL_DIR"
9-
export PATH="$DOTNET_INSTALL_DIR:$PATH"
10-
11-
# See issue https://github.com/NuGet/Home/issues/2163
12-
ulimit -n 2048
13-
143
dotnet --info
154
dotnet restore
165

0 commit comments

Comments
 (0)