In our project, we want to use my custom check-in policy in TFS because sometimes temporary developers need to check-in some code in the repository, but they do not carry out our project requirements. I wrote check-in policy that prevents this, but I think deploying of policy on a client by VSIX-package or registry is not a right way because a user can ignore installation of our custom policy. Can I install it automatically when a developer wants to check-in some changes into our repository?
I have got a TFS 2015 and Visual Studio >= 2015.
Thanks in advance