可以在 Git、Visual Studio 2012 Express 项目(更新 2)中正常提交和同步。
当我排队构建时(团队服务 - 不清楚在“构建解决方案”中输入什么我已经尝试了 .sln 文件的完整路径,项目文件
典型错误(我尝试了很多值):
Exception Message: The project file 'C:\Users
ick\Documents\Visual Studio 2012\Projects\myproject\myproject.csproj' was not found. (type FileNotFoundException)
Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
TF270003: Failed to copy. Ensure the source directory C:\a\bin exists and that you have the appropriate permissions.
它到底是从哪里获得路径 'c:\a\bin' 的?
有什么想法可以让这个工作吗?