ILMergeDebugInfo Property | MSBuild Extension Pack Help 4.0.12.0 |
When this is set to true, ILMerge creates a .pdb file for the output assembly and merges into it any .pdb files found for input assemblies.
If you do not want a .pdb file created for the output assembly, either set this property to false or else specify the /ndebug option at the command line.
Command line option: /ndebug
Default: true
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also