TFS 2010 不再将变更集与构建相关联

发布于 2025-01-08 12:37:30 字数 758 浏览 1 评论 0原文

我们的 TFS 2010 服务器已停止将更改集与构建相关联,我一生都无法弄清楚原因。

  • 所有当前构建都处于“构建成功”状态,
  • 构建定义将“关联变更集和工作项”和“标签源”设置为 true。
  • 构建进展顺利

我已经检查过...

  • 解决方案的源代码控制历史记录,它们都分配了与
  • 日志的诊断版本显示的构建号相关的标签...

最终属性值

 AgentSettings = Use agent where Name=* and Tags is empty; Max Wait Time: 04:00:00
 AssociateChangesetsAndWorkItems = True
 BuildNumberFormat = IQ_$(Date:yyyyMMdd)$(Rev:.r)
 BuildSettings = Build 2 project(s) for 1 platform(s) and configuration(s)
 CleanWorkspace = All
 CreateLabel = True
 CreateTriggerFileList = False
 CustomArguments = 

并且没有与标签相关的错误我可以看到。

我已经尝试过...

  • 删除构建定义并再次设置它

任何帮助将不胜感激,我只是不确定下一步从哪里开始寻找。

谢谢艾丹

Our TFS 2010 server has stopped associating change sets with builds and i cant for the life of me figure out why.

  • All the current builds are in a status of 'Build Succeeded'
  • the build definition has both the 'associate changesets and work items' and 'label sources' set to true.
  • The build goes through just fine

I've checked ...

  • the source control history for the solutions and they all have labels assigned associated with the build number
  • the diagnostic version of the log shows...

Final Property Values

 AgentSettings = Use agent where Name=* and Tags is empty; Max Wait Time: 04:00:00
 AssociateChangesetsAndWorkItems = True
 BuildNumberFormat = IQ_$(Date:yyyyMMdd)$(Rev:.r)
 BuildSettings = Build 2 project(s) for 1 platform(s) and configuration(s)
 CleanWorkspace = All
 CreateLabel = True
 CreateTriggerFileList = False
 CustomArguments = 

and no errors relating to labels that i can see.

I've tried...

  • deleting the build definition and setting it up again

Any help would be appreciated, I'm just not sure where to start looking next.

Thanks

Aidan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流云如水 2025-01-15 12:37:30

Aidan,

您应该在工作流程模板中查找以下项目:

Associate Changes

确保该项目未被篡改,如果有,请更正更改。正如其他人所说,检查源代码管理中工作流模板文件的历史记录。

Aidan,

You should be looking for the following item in your workflow template:

Associate Changes

Make sure that this has not been tampered with, and if it has, correct the changes. As others have said, check the history in source control for the workflow template file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文