Stop using single-file deployments due to missing locale data
This commit is contained in:
parent
52fe5bdec1
commit
49870b6b91
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 -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
|
||||
|
|
Loading…
Reference in a new issue