I had the same problem. The NuGet package requires ILMerge 2.13.0307 but I then upgraded it to the latest version (2.14.1208) which has moved the location of the tool to a nested tools folder.
To solve it I deleted the ILMerge.x.x.x folder from the packages folder and edited the packages.config file to point to the old version and reloaded VS.
Perhaps we could have a newer version of the task that targets the latest version?
Thanks,
Sam
To solve it I deleted the ILMerge.x.x.x folder from the packages folder and edited the packages.config file to point to the old version and reloaded VS.
Perhaps we could have a newer version of the task that targets the latest version?
Thanks,
Sam