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
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.
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.