Only build the project on release stage, not the tests
This commit is contained in:
parent
5b22016240
commit
29fafdabcb
@ -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/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user