Hi Alex It sounds like you already have it.
Malcolm Anderson Scrum Coach & Agile Engineer http://www.PragmaticAgility.com/blog On Mon, Jun 18, 2012 at 2:38 AM, Alex Vilela <[email protected]> wrote: > 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 >
