Skip to content

Commit d8acadf

Browse files
committed
Adjust publish params
[Removed] AutoreleasePoolSupport -> Only valid for MacOS. We are just compiling for Windows so, no deals. [Changed] UseSystemResourceKeys -> We need detailed exception details on AOT publish. So, removing this will bring back detailed exception messages. So, set it to false.
1 parent c77b921 commit d8acadf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CollapseLauncher/CollapseLauncher.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,12 @@
142142
<IlcGenerateDgmlFile>false</IlcGenerateDgmlFile>
143143

144144
<!-- Security and Resource Management -->
145-
<AutoreleasePoolSupport>false</AutoreleasePoolSupport>
146145
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
147146
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
148147
<EventSourceSupport>false</EventSourceSupport>
149148
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
150149
<MetricsSupport>false</MetricsSupport>
151-
<UseSystemResourceKeys>true</UseSystemResourceKeys>
150+
<UseSystemResourceKeys>false</UseSystemResourceKeys>
152151
<XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault>
153152

154153
<!-- Instruction Sets -->

0 commit comments

Comments
 (0)