Add source to dotnet restore in ci file
This commit is contained in:
parent
0e06e85447
commit
0d0f0550a5
1 changed files with 1 additions and 1 deletions
|
@ -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 ./
|
||||
|
||||
|
|
Loading…
Reference in a new issue