Use the dotnet-release package feed for Travis.
See https://github.com/dotnet/core/issues/227 for background.
This commit is contained in:
parent
77b08afaf8
commit
deaea21315
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
tests.sh
|
@ -63,7 +63,7 @@ build_csharp() {
|
|||
sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit
|
||||
|
||||
# Then install the dotnet SDK as per Ubuntu 14.04 instructions on dot.net.
|
||||
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
|
||||
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
|
||||
sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq dotnet-dev-1.0.0-preview2-003121
|
||||
|
|
Loading…
Add table
Reference in a new issue