build scripts

This commit is contained in:
2024-01-06 20:10:48 +06:00
parent 40c497fcfe
commit d63df663f7
3 changed files with 12 additions and 15 deletions

7
minecraft-launcher-server/publish.sh Normal file → Executable file
View File

@@ -1,10 +1,7 @@
dotnet publish -c release -o bin/publish \
--self-contained \
--use-current-runtime \
dotnet publish -c Release -o bin/publish \
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-p:TrimMode=partial \
-p:EnableCompressionInSingleFile=true \
-p:OptimizationPreference=Size \
-p:InvariantGlobalization=true \
-p:DebugType=none
-p:DebugType=embedded