Project Build fails on TFS azure because of the project reference

喜你入骨 提交于 2021-02-11 17:58:42

问题


MVC Web Application Solution fails to build on the TFS azure (.visualstudio.com) because project has reference to another shared library project. Build Log:

Build started 2/26/2013 12:53:17 AM.
    Project "C:\a\src\Development\[Main Project].sln" on node 1 (default targets).
    ValidateSolutionConfiguration:
      Building solution configuration "Debug|Any CPU".
    C:\a\src\Development\[Main Project].sln.metaproj : error MSB3202: The project file "C:\a\src\Development\..\..\[Sub Project Root]\Development\[Sub Project]\[Sub Project].csproj" was not found. 

Any ideas how this could be fixed?


回答1:


I suggest you to add your project file .csproj to your source control, deployed on cloud



来源:https://stackoverflow.com/questions/15092654/project-build-fails-on-tfs-azure-because-of-the-project-reference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!