Is it possible to do a "pre check-in" in TFS?
My scenario is I want code auditors do the code audit before it is committed to source control. This ensures code quality and architecture check compliance within my company's internal practices.
Like when a programmer checks-in his/her codes, a notification automatically sends to the code auditor and that auditor checks for compliance and commits it to source control.
Thanks!