We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 518e633 + ac95ac6 commit 4be2ce4Copy full SHA for 4be2ce4
build.sh
@@ -1,16 +1,5 @@
1
#!/bin/bash
2
-
3
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
14
dotnet --info
15
dotnet restore
16
0 commit comments