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

前端 未结 3 899
醉梦人生
醉梦人生 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:45

    In some cases you need assemblies that you don't have as references to be copied, if that's the case see: Visual Studio Package build and DLLs in private bin path

    If the above is not the case, check that all references you want copied have the property Copy Local: True.

提交回复
热议问题