Why am I missing assemblies from the bin directory when compiling with MsBuild?

后端 未结 9 1487
日久生厌
日久生厌 2021-01-13 10:43

I have a solution which contains many class libraries and an ASP .NET website which references those assemblies.

When I build the solution from within the IDE, all a

9条回答
  •  南方客
    南方客 (楼主)
    2021-01-13 11:17

    You could always use a copy task in MSBuild to pull your assemblies into the proper directory. I asked a question not to long ago and ended up answering it myself. It shows how you can setup your Copy task to grab output from another project and pull it into your target project:

    MSBuild copy output from another project into the output of the current project

提交回复
热议问题