Описание тега gated-checkin

A Gated-Check-in is a TFS feature that allows code submitted to a TFS source control system to be built and validated before being accepted for submission to the source control. If the build fails a gated-check-in, the check-in is rejected. Similar concept is available in other Continuous Integration servers under different names: gated check-in, pre-tested commit and pre-flight.

A Gated-Check-in is a TFS feature that allows code submitted to a TFS source control system to be built and validated before being accepted for submission to the source control. If the build fails a gated-check-in, the check-in is rejected.
Similar concept is available in other Continuous Integration servers such as: TeamCity's Pre-Tested (Delayed) commit, Electric Flow's pre-flight and Verigreen with Jenkins