为什么自动构建在vistudio online上托管的解决方案仍然失败

kom*_*mbo 10 tfs2013

我配置了一个构建策略,可以在线成功检入Visualstudio.但请保留此错误:

Summary
    Other Errors
1 error(s)
    Exception Message: The path '$/myproject/mysulution.sln' could not be converted to a local path. Make sure this path is relative to the 'src' folder on the build machine or specify a full server path.
(type ArgumentException)
    Exception Stack Trace: 
    at Microsoft.TeamFoundation.Build.Activities.Core.LocalPathProvider.GetLocalPath(String incomingPath)
    at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance,     ActivityExecutor executor, 
BookmarkManager bookmarkManager)
    at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Run Code Online (Sandbox Code Playgroud)

我使用托管的构建控制器,我的构建文件夹在我的本地电脑上.有谁知道我做错了什么?

Ral*_*sen 29

我刚才有同样的错误.检查构建定义的"源设置"选项卡中的服务器路径是否与要构建的"过程"中的路径相同.矿井不同了.我不小心选错了分店......


Ant*_*dha 0

尝试在构建配置中将路径从“$/myproject/mysulution.sln”更改为“mysulution.sln”