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
52edd57196
commit
63d12226e6
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ before_install:
|
|||
- sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
|
||||
- sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install dotnet-runtime-2.0.0
|
||||
- sudo apt-get install dotnet-sdk-2.0.2
|
||||
script:
|
||||
- scripts/build.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue