In fact when I configure check-in policies for unit test it is applied for the overall solution but I need a customized unit test check-in policy to be able to limit the scope of the policy only to a specific project, source file or smaller portions of code so that when I check in code changes of a specific project ,test check in policy will be applied for it and not for other projects in the solution.
Asked
Active
Viewed 682 times
4
-
I'm just curious what check-in policies you enforce for Unit Test projects, that aren't available for other projects? Also did you look at creating custom policies http://msdn.microsoft.com/en-us/vstudio/gg602484.aspx – Spock Jun 21 '12 at 09:21
1 Answers
3
Install the TFS Power Tools on the client computer then configure the Custom Path Policy to scope the check-in policy for unit test for a given path of your source control.

Nock
- 6,561
- 1
- 28
- 27