Skip to content

Acknowledgement

emerbrito edited this page Sep 8, 2016 · 3 revisions

I wrote this custom tasks as a way to get familiar with MSBuild and to provide some functionality required in my builds of Dynamics CRM Plugins.

This project was inspired by ILMerge MSBuild task NuGet package. Thanks to Alexander Nosenko who is listed as the project owner.

One thing I really liked in his project was the use of DynamicObject to wrap ILMerge executable at runtime, without creating a hard dependency to it during design and build. You will notice the same approach applied here.

Clone this wiki locally