JetBrains - Yeah the Java IDE guys - have a Continuous Integration product called TeamCity that does exactly what you're looking for. It's also free for up to 20 developers and 20 build configurations and 3 build agents (remote machines). It has a plugin directly into VS and is a very solid product. It supports the pre-commit build where it identifies that changed files and builds the code base with those changes before they are committed into your SCM. I highly recommend using this product, it saves a lot of broken builds. <a href="http://www.jetbrains.com/teamcity/index.html">http://www.jetbrains.com/teamcity/index.html</a> E. Wallace
E
elwallacejr
@elwallacejr