我可以修改 TFS 2010 中的默认签入操作吗?
当您将变更集与工作项关联时,TFS 默认解析该工作项。我想默认关联它。
我知道在 TFS 2008 中,您必须使用类似 http:// /www.woodwardweb.com/vsts/000230.html 但我想我在某处读到在 TFS 2010 中有更好的方法来做到这一点。有谁知道是否是这样?
TIA, 账单
When you associate a changeset with a workitem TFS defaults to resolving the workitem. I want to default to associating it.
I know in TFS 2008 you had to remove resolve check-in action using something like this http://www.woodwardweb.com/vsts/000230.html but I thought that I read somewhere that there was a better way to do this in TFS 2010. Does anyone know whether this is the case?
TIA,
Bill
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Visual Studio 2010,您可以非常轻松地实现此目的:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\SourceControl\Behavior
@ResolveAsDefaultCheckinAction =“假”
With Visual Studio 2010 you can achive this very easy:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\SourceControl\Behavior
@ResolveAsDefaultCheckinAction = "False"