Creating one NuGet package from multiple projects in one solution

前端 未结 4 1451
孤街浪徒
孤街浪徒 2020-12-28 14:09

I have a solution that I\'m working on that contains 4 class library projects (A, B, C, D). A and B

4条回答
  •  独厮守ぢ
    2020-12-28 14:44

    You have to define your own nuspec manifest. You can list containing assemblies in files section:

    
    
    ...
    

    For more details read NuSpec reference.

    Then reference that nuspec file in NuPack build step instead of proj.

提交回复
热议问题