Я настраиваю политику сборки, которая строит каждую успешную проверку в 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)
Я использую встроенный контроллер сборки, а моя папка сборки находится на моем локальном компьютере. Кто-нибудь знает, что я делаю неправильно?