TFS 2010: how to reject a gated checkin based on a measure of code duplication?

I am running Microsoft Team Foundation Server 2010 and using it to create the .NET 4.0 Solution.

I have included private checks, and we run our tests as part of the assembly, so the server rejects any check that causes the tests to fail.

However, I want to do this even further and reject checks that contain more than a certain part of code duplication.

Is there a tool for TFS 2010 or perhaps an existing feature that I missed that would allow me to do this?

+3
source share
1 answer

This is a fantastic idea!

, , Community TFS Build Extensions .

, :), , , . .

+1

Source: https://habr.com/ru/post/1739398/


All Articles