When specifying
CopyAttributes="True"
and
AllowMultipleAssemblyLevelAttributes="True"
ILMerge returns the error: /allowMultiple specified without specifying /copyattrs.
The issue is that ILMerge.Tools always generates /allowMultiple argument before /copyattrs.