Only build the project on release stage, not the tests

This commit is contained in:
Daniel_I_Am 2020-08-16 13:51:36 +02:00
parent 5b22016240
commit 29fafdabcb
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -73,7 +73,7 @@ release:
- hawkeye
script:
- 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY'
- 'dotnet publish -c Release --runtime linux-musl-x64 -o build'
- 'dotnet publish -c Release --runtime linux-musl-x64 -o build ChaosBot'
artifacts:
paths:
- build/*