【发布时间】:2020-07-09 01:10:25
【问题描述】:
我们已验证解决方案文件存在于文件夹中,并且它已映射到本地工作区。
构建目录上的源设置设置如下。在设置构建代理文件夹时也有混淆。引用了一些博客,但没有任何效果。
Source control folder
$/ABC Project/CAP/Spon/SponGroupP/Sponsor
Build agent folder
$(SourceDir)
Other Errors and Warnings
2 error(s), 0 warning(s)
**No matching items found in $/ABC Project/CAP/Spon/SponGroupP/Sponsor in your workspace, or you do not have permission to access them.**
Exception Message: One or more errors occurred while attempting to create a Label. (type LabelException)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)
有人可以帮我解决这个问题吗?
【问题讨论】:
-
您的构建服务帐户是否具有创建标签的适当权限?
-
嗨 Rama,这会影响您的所有构建定义还是仅影响特定的定义?
标签: tfs