diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93afe34..c5b5573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ./