tags:

views:

408

answers:

2

Hi Is it possible to enforce VS Code Analysis (FxCop) as part of the Gated Checkin policies? So the developers will not be able to checkin unless the CA is passed.

Thanks

+1  A: 

Yes this is possible. Please see the following:

How to: Add Check-in Policies

Randy Minder
A: 

How are check-in policies enforced as part of Gated Checkin?

Andy Wahrenberger
Checkin policies are not enforced during a build, but when you checkin your code. So it is not limited to the gated checkin build.
Ewald Hofman