emerbrito / ILMerge-MSBuild-Task

Adds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however, it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.
MIT License
54 stars 15 forks source link

Debug info missing #32

Open shaipetel opened 5 years ago

shaipetel commented 5 years ago

When I use this tool and build my project in debug mode, the merged dll that is produced is missing the debug symbols and I cannot debut it.

Is there an easy fix for this? I see DebugInfo property is documented to be "true" by default, but perhaps I should create a settings file and set it to true?

I'm running off the default settings, don't have a config file in my project.

Thanks!