I know we can create custom check-in policy in TFS 2013 that will restrict the user to check-in the code without code review.
I have a requirement in our company for the developers where in I have to develop something where a specific file (database update) is checked to TFS, then a email notifications to be sent to a set of senior developers for code review. Also, the email notification should tell when was last code review been performed and by whom.
Any idea on how to go about solving this problem. In past I have created a policy to check for a file validity before check-in, I have used PolicyBase and Evaluate method to do so, I am confused which class/method can i trap to put my code once check-in is successful.
I have no code except the code that wrote for file validity. I couldn't find any helpful post on after check-in policies. Or, this can be configurable on server itself?