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.
Stars
54
Forks
15
Watchers
54
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
2
commits
1
commits
1
commits
1
commits
Merge pull request #28 from ckovamees/DeleteCopies_Issue15
e436b3cView on GitHubAdded advanced property "DeleteCopiesOverwriteTarget". If true will delete any CopyTo assemblies in the TargetDir and then overwrite the TargetFile with the merged one from OutputFile.
0847b32View on GitHubMerge pull request #26 from davidcie/feature-support-dotnet48
1856b3cView on GitHubUses ILMergeConsolePath property to locate ilmerge executable.
d60bef2View on GitHubChange log level for informative messages reducing number of warning in output log.
af245e5View on GitHubRenamed property to keep it consistent with existing name convention, which is based on the "Copy Local" flag. Order search directtories before serialization.
7137ee6View on GitHubEnsure search directory array does contain duplicates.
0141c92View on GitHubUpdated transformation to inlcude directory only instead of full path, which includes file name.
a4982c6View on GitHub