Two problems:
1) Basic .NET Assembly Not Included in ILMerged Assembly
I\'m having trouble using ILMerge in my post-build after upgrading fr
For those, who use ILMerge from community tasks in .csproj:
We have mixed park of CI build agents, so we use $(ProgramFiles) environment variable to point correct path (drive + x86/x64 folder), as it was recommended by MSBuild Team.