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
Adding MSBuild variables to json configuration prevents task from completing. #1
At runtime, when a variable is replaced with the actual path, the string is not escaped which results in an error indicating that task cannot parse configuration.
At runtime, when a variable is replaced with the actual path, the string is not escaped which results in an error indicating that task cannot parse configuration.