emerbrito / ILMerge-MSBuild-Task

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

Closed emerbrito closed 8 years ago

emerbrito commented 8 years ago

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.