Team Build 2010 - Third Party Assembly References not copying to output folder

前端 未结 3 921
醉梦人生
醉梦人生 2021-01-23 01:27

When I build a solution on my build server it generates a binaries folder and then later on copies these binaries to the final output folder. In my case some of the third party

3条回答
  •  长发绾君心
    2021-01-23 01:51

    Please do one thing, add the third party dlls to your bin folder and give reference to that dll in the bin folder.

    Then build the solution and commit the results. This will copy the third party dlls in the bin folder.

提交回复
热议问题