using ILMerge with .NET 4 libraries

后端 未结 6 1070
时光取名叫无心
时光取名叫无心 2020-12-02 16:43

Two problems:

1) Basic .NET Assembly Not Included in ILMerged Assembly

I\'m having trouble using ILMerge in my post-build after upgrading fr

6条回答
  •  一生所求
    2020-12-02 17:09

    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.

提交回复
热议问题