c# - TFS Check-in Policy - Best Practices -


Is there any best method for implementing a TFS check-in policy? Are there any good guides about implementing different types of policies and implementing their professionals and opposition?

The specific things that I want to do, make sure that the code is compiled (note that compilation can take up to five minutes) and clear bits of coding standards are followed (summary tag Must be present, naming conventions are followed, etc.).

Comments