Stop using single-file deployments due to missing locale data

This commit is contained in:
Daan Boerlage 2021-03-20 04:17:14 +01:00
parent 52fe5bdec1
commit 49870b6b91
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -18,7 +18,7 @@ Build:
script:
- dotnet restore
- dotnet test tests
- dotnet publish --version-suffix "$VERSION" -r linux-x64 -p:PublishSingleFile=true --self-contained true -c Release -o ./app ./src/Bot/
- dotnet publish --version-suffix "$VERSION" -r linux-x64 -c Release -o ./app ./src/Bot/
Package:
stage: docker