Remove the single file build flag because it seems to break localization
This commit is contained in:
parent
09af445436
commit
e13cf9d830
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue