dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

nuget package folder #68

Open bobbyangers opened 5 years ago

bobbyangers commented 5 years ago

Currently, the nuget package in \ILMerge.3.0.29\tools**net452**

Some dependent MSBuild.ILMerge.Task look for the executable in ILMerge.3.0.29\tools hence fail to find the ILMerge.exe.

Since there is only one version, can you deploy in the \tools folder directly ?

brcaswell commented 4 years ago

you should consider using ILMerge.MSBuild.Task as it handles the search in a manner that isn't hardcoded