【发布时间】:2018-04-01 14:00:58
【问题描述】:
我正在尝试在 TFS 中运行新创建的构建,但我收到一个错误:
The project file "D:\Binaries\vsts-agent-win7-x64-2.105.7\_work\1\s\CompanyA.Solution\..\..\..\Users\ihalarnkar=\Documents\Visual Studio 2013\Projects\CompanyA.Project2\CompanyA.Project2\CompanyA.Project2.csproj" was not found.
还有一些我正在使用的外部 dll,我没有找到参考。喜欢:
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
这是否意味着我应该将我在解决方案中引用的所有 dll 也安装在 tfs 服务器上? 解决方案如何?添加的每个新项目都应该在 tfs 服务器的物理驱动器上可用?
【问题讨论】:
标签: visual-studio tfs msbuild tfs-2015 devops