Add publishing to single file
This commit is contained in:
parent
29fafdabcb
commit
08c9df9aba
@ -73,7 +73,7 @@ release:
|
||||
- hawkeye
|
||||
script:
|
||||
- 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY'
|
||||
- 'dotnet publish -c Release --runtime linux-musl-x64 -o build ChaosBot'
|
||||
- 'dotnet publish -c Release --runtime linux-musl-x64 -o build -p:PublishSingleFile=true ChaosBot'
|
||||
artifacts:
|
||||
paths:
|
||||
- build/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user