Skip to content

Commit

Permalink
Remove CI patch for "dotnet-install.sh" bug
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Feb 28, 2021
1 parent 75f689d commit 9d5a753
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ install:
- ps: if ($isWindows) { ./dotnet-install.ps1 -JsonFile global.json }
- sh: curl -OsSL https://dot.net/v1/dotnet-install.sh
- sh: chmod +x dotnet-install.sh
# https://github.com/dotnet/install-scripts/issues/71
# - sh: ./dotnet-install.sh --jsonfile global.json
- sh: apt install -y jq
- sh: ./dotnet-install.sh --version $(jq -r .sdk.version global.json)
- sh: ./dotnet-install.sh --jsonfile global.json
- sh: export PATH="$HOME/.dotnet:$PATH"
before_build:
- dotnet --info
Expand Down

0 comments on commit 9d5a753

Please sign in to comment.