add Publish Trimmed = false

This commit is contained in:
atef 2023-06-26 11:59:08 +02:00
parent 30da19dadc
commit 225d9616c0
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ echo -e "\n============================ Build ============================\n"
dotnet publish \
./SaliMax.csproj \
-p:PublishTrimmed=false \
-c Release \
-r linux-x64