how to utilize our own tool to check-in policies?
Hello,
we have our own tool, that check some rules in source code.
This tool returns true when code is ok, or false if some rules are broken.
It's possbile to attach our tool to check-in policies in visual studio?
How can we do this?
regards
cyberjoe
Re: how to utilize our own tool to check-in policies?
I don't know much of the detail but VS provides an interface for source control tools to plug into. You could start here and if you investigate VS extensibility you may find more of the nitty gritty.