Skip to content

Commit 4be2ce4

Browse files
authored
Merge pull request #58 from merbla/travis-build-remove-install
Rely on Travis.yml for Build requirements
2 parents 518e633 + ac95ac6 commit 4be2ce4

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)