Skip to content

Commit

Permalink
Rev OS X SDK for dotnet (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns authored and k8s-ci-robot committed Oct 27, 2018
1 parent 0b1669d commit 355d4a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install-osx.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/sh
echo 'Installing .NET Core...'

wget https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-osx-x64.pkg -O ~/dotnet-sdk-2.1.300-osx-x64.pkg
sudo installer -pkg ~/dotnet-sdk-2.1.300-osx-x64.pkg -target /
wget https://download.visualstudio.microsoft.com/download/pr/38102737-cb48-46c2-8f52-fb7102b50ae7/d81958d71c3c2679796e1ecfbd9cc903/dotnet-sdk-2.1.403-osx-x64.pkg -O ~/dotnet-sdk-2.1.403-osx-x64.pkg

sudo installer -pkg ~/dotnet-sdk-2.1.403-osx-x64.pkg -target /

# https://github.com/dotnet/cli/issues/2544
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

0 comments on commit 355d4a3

Please sign in to comment.