TFS 2010 不再将变更集与构建相关联
我们的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Aidan,
您应该在工作流程模板中查找以下项目:
确保该项目未被篡改,如果有,请更正更改。正如其他人所说,检查源代码管理中工作流模板文件的历史记录。
Aidan,
You should be looking for the following item in your workflow template:
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.