I would like to trigger a build locally on my dev box.
The reason for that is that I want to make sure that everything will succeed before I commit: compilation, all my unit tests, code coverage, code style, etc. Currently I do all of that from a msbuild file that I can invoke locally and in order to avoid maintaining two integration mechanisms, I configured CC.Net to call that msbuild file. That means that I use CC.Net mostly as a scheduler and a place to check reports, I use very little of the pre-existing tasks. Is there a way to have a command line build tool that would execute a project locally but completely independent of the build server? Thanks, Alex Vilela
