Multiple choice technology programming languages

Which option of the build allows the check-in to happen only if build is successful?

  1. Gated Check-in

  2. Incremental Check-in

  3. Continuous Check-in

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Gated Check-in is a TFS build option that requires a successful build before allowing changes to be committed to the repository. When you queue a gated check-in, TFS shelves your changes, builds them, and only commits them if the build passes. This prevents broken code from entering the main branch. Incremental and continuous check-in are not TFS terms.