Remove the single file build flag because it seems to break localization

This commit is contained in:
Daan Boerlage 2021-11-09 18:46:10 +01:00
parent 09af445436
commit e13cf9d830
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 -c Release -p:PublishSingleFile=true -p:DebugType=embedded --no-self-contained -o ./app ./src/Startup/
- dotnet publish --version-suffix "$VERSION" -r linux-x64 -c Release -p:DebugType=embedded --no-self-contained -o ./app ./src/Startup/
Package:
stage: docker