We want a feature we feel would save our team a lot of time.
We have a build server that performs gated check-ins but it is old and heavily burdened. If we can avoid putting load on our build server then we need to.
When a developer tried to check in to TFS [also git, Mercurial if possible], visual studio should instead:
- Get latest.
- Clean the solution.
- Build the solution.
- Run all the smoke unit tests.
- if they pass, then check in to TFS.
Does anyone know how to implement this in visual studio or with macros or an open source or commercial tool?
