16

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

4

1 に答える 1

31

Visual Studio 2010 を使用すると、これを非常に簡単に実現できます。

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\SourceControl\Behavior @ResolveAsDefaultCheckinAction = "False"

于 2011-01-13T11:04:05.550 に答える