How to force Code Review before Check-In in TFS 2012 RC?

Viewed 20401

I've just installed TFS 2012 RC and Visual Studio 2012 RC. I see some interesting feartures: Code Review, Build Success before check-in. But it do not! So my question is:

  1. How to force Code Review before Check-In in TFS 2012 RC?
  2. How to force "Builds" Check-in Policy (not Gated Check-in)?
  3. What difference between "Builds" Check-in Policy and "Gated Check-in"?
2 Answers

There are a couple of Code Review checkin policies that you can install in Visual Studio and configure for you Team Project. These will enforce that a Code Review work item is linked to the changes before you can check them in:

enter image description here

Related