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

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