Can commit and sync fine in Git, Visual Studio 2012 Express project (update 2).
When I queue a build (Team Services - it is unclear what to enter in 'solution to build' I have tried the full path to .sln file, project file
Typical Error (I've tried many values):
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.
Where on earth is it getting the path 'c:\a\bin' from?
Any ideas how I can get this working?