mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try upgrading dotnet core sdk
This commit is contained in:
parent
5637a33eb9
commit
257a7525d2
1 changed files with 7 additions and 2 deletions
|
|
@ -2,8 +2,13 @@ language: csharp
|
|||
dist: trusty
|
||||
sudo: required
|
||||
mono: none
|
||||
before_install:
|
||||
- sudo apt-get install dotnet-sdk-2.0.2
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main'
|
||||
key_url: 'https://apt-mo.trafficmanager.net/keys/microsoft.asc'
|
||||
packages:
|
||||
- dotnet-sdk-2.0.2
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue