File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- MINIKUBE_WANTUPDATENOTIFICATION=false
24
24
- KUBECONFIG=/home/travis/.kube/config
25
25
26
- # We need the .NET Core 2.1 (preview 1) SDK to build. Travis doesn't know how to install this yet.
26
+ # We need the .NET Core 2.1 SDK to build. Travis doesn't know how to install this yet.
27
27
before_install :
28
28
- ./install-$TRAVIS_OS_NAME.sh
29
29
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microso
5
5
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
6
6
sudo sh -c ' echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
7
7
sudo apt-get -qq update
8
- sudo apt-get install -y dotnet-sdk-2.1.300-rc1-008673
8
+ sudo apt-get install -y dotnet-sdk-2.1
9
9
10
10
echo ' Installing kubecl'
11
11
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
echo ' Installing .NET Core...'
3
3
4
- wget https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.300-rc1-008673 /dotnet-sdk-2.1.300-rc1-008673- osx-x64.pkg -O ~ /dotnet-sdk-2.1.300-rc1-008673 -osx-x64.pkg
5
- sudo installer -pkg ~ /dotnet-sdk-2.1.300-rc1-008673- osx-x64.pkg -target /
4
+ 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
5
+ sudo installer -pkg ~ /dotnet-sdk-2.1.300-osx-x64.pkg -target /
6
6
7
7
# https://github.com/dotnet/cli/issues/2544
8
8
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
You can’t perform that action at this time.
0 commit comments