January 2016
Intermediate to advanced
340 pages
7h 53m
English
Building on the theme of code quality and how it helps prevent technical debt, branch policies is a great new feature in TFS that lends itself to improving the quality of the code that goes into the Git repo. In this recipe, you'll learn how to configure code review and Gated check-in policy on the master branch.
To configure branch policies on a branch, the user needs to have administration permission for that branch. To apply branch policy for the entire repo, the user needs admin rights for the repo.

Create a continuous integration build for the FabrikamGit Team; follow the instructions in the ...
Read now
Unlock full access