Optimized build sizes by culling unnecessary data
Nightly Build and Release / Build and Release Nightly (push) Failing after 29s

This commit is contained in:
qwsdcvghyu89
2026-06-05 03:36:42 +10:00
parent ca626310df
commit e11ac2fdde
+4
View File
@@ -19,6 +19,10 @@
RuntimeIdentifier=%(Rid.Identity); RuntimeIdentifier=%(Rid.Identity);
SelfContained=true; SelfContained=true;
PublishSingleFile=true; PublishSingleFile=true;
PublishTrimmed=true;
InvariantGlobalization=true;
EnableCompressionInSingleFile=true;
DebugSymbols=false;
PublishDir=bin\Release\publish\%(Rid.Identity)\" /> PublishDir=bin\Release\publish\%(Rid.Identity)\" />
</Target> </Target>