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

Added advanced property "DeleteCopiesOverwriteTarget". If true will d… #28

Closed ckovamees closed 5 years ago

ckovamees commented 5 years ago

Attempt at addressing issue #15. Unfortunately I couldn't re-open that issue, but see my comment there for more information and background.

Added advanced property "DeleteCopiesOverwriteTarget". If true will delete any CopyTo assemblies in the TargetDir and then overwrite the TargetFile with the merged one from OutputFile.

emerbrito commented 5 years ago

Thanks a lot for contributing to this project.