Add source to dotnet restore in ci file

This commit is contained in:
runebaas 2018-08-29 22:20:04 +02:00
parent 0e06e85447
commit 0d0f0550a5
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -15,7 +15,7 @@ build:
paths:
- Geekbot.net/Binaries/
script:
- dotnet restore
- dotnet restore -s https://api.nuget.org/v3/index.json -s https://www.myget.org/F/discord-net/api/v3/index.json
- dotnet test Tests
- dotnet publish --version-suffix ${CI_COMMIT_SHA:0:8} --configuration Release -o Binaries ./