Fix deployment to accomodate dotnet core 3 changes

This commit is contained in:
runebaas 2019-10-26 22:20:22 +02:00
parent 20c75019f9
commit cd04549834
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

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