We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6beca33 commit 0ff058aCopy full SHA for 0ff058a
1 file changed
Directory.Build.props
@@ -390,7 +390,6 @@
390
<NoWarn>$(NoWarn),CS8969</NoWarn>
391
<!-- Always pass portable to override arcade sdk which uses embedded for local builds -->
392
<DebugType>portable</DebugType>
393
- <DebugSymbols>true</DebugSymbols>
394
<KeepNativeSymbols Condition="'$(KeepNativeSymbols)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">true</KeepNativeSymbols>
395
<KeepNativeSymbols Condition="'$(KeepNativeSymbols)' == ''">false</KeepNativeSymbols>
396
<!-- Used for launchSettings.json and runtime config files. -->
0 commit comments