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.
1 parent c3978d7 commit 5d2a202Copy full SHA for 5d2a202
.travis.yml
@@ -22,10 +22,8 @@ matrix:
22
sudo: required
23
install:
24
- ulimit -n8192
25
- - sudo curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
26
- - sudo chmod +x dotnet-install.sh
27
- - sudo ./dotnet-install.sh --channel 2.0 --install-dir /usr/local/share/dotnet/sdk
28
- - source ~/.bash_profile
+ - sudo curl https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.300-preview2-macos-x64-installer -o dotnet-sdk.pkg
+ - sudo installer -pkg dotnet-sdk.pkg -target /
29
- dotnet --info
30
script:
31
0 commit comments