mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update dotnet core sdk
This commit is contained in:
parent
2b880380ee
commit
613a2e094d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,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-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install dotnet-sdk-2.1.104
|
||||
- sudo apt-get install dotnet-sdk-2.1.105
|
||||
- sudo apt-get install sshpass
|
||||
script:
|
||||
- scripts/build.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue