ILMerge.Tools.MSBuildToolTask is a simple MSBuild task that wraps the ILMerge.exe command-line tool. Unlike other ILMerge MSBuild tasks,ILMerge.Tools.MSBuildToolTask is decoupled from the ILMerge assembly which means it does not reference it nor does it load it in-process. Instead, it executes ILMerge from the command-line. This allows the ILMerge.Tools.MSBuildToolTask to be used with multiple versions of ILMerge without having to recompile or rebind ILMerge. All features of ILMerge command-line interface are supported as a pass-through from this MSBuild task.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Dec 30, 2014
$ dotnet add package ILMerge.Tools.MSBuildToolTaskNo README available.