I'd like to write a new custom policy for TFS 2010 and see that policy in VS.net 2010. I want the policy to block when a work item is associated with a check in and either:

  • the code is in a particular folder
  • the work item is tagged in a particular area

What I want to do is say that some parts of my team project are "high risk" and make people do more stuff (like testing, code review).

However, I want to only apply the policy to some areas or source control folders not the whole team project. Splitting the team project is not an option.

link|improve this question

29% accept rate
feedback

1 Answer

To limit a checkin to only apply to a specific source control folder, you can use the custom path policy: http://blogs.msdn.com/b/bharry/archive/2007/02/23/yet-more-team-foundation-server-power-tools.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.