vote up 0 vote down star

I'd like Visual Studio 2008 to do a get latest on the solution when I'm checking in, compile the code, run my tests, and if any of these fail, abort check-in.

Is it possible to do it, and how?

edit: We are using TFS for source control and nunit for testing.

flag

79% accept rate
What source control are you using? Source safe? TFS? Subversion? – cbp Jan 25 at 13:35
We are using TFS for source control and nunit for testing. – Sandor Davidhazi Jan 25 at 14:43
Not exactly an answer to your question, but have you checked Cruise Control for .NET? it's very good for continuous integration, but I don't think you can set it up to revert if the checked in code broke the build. – Ricardo Villamil Jan 25 at 17:44

1 Answer

vote up 0 vote down check

Visual Studio offers a customizable platform, so you can make plug-ins etc. which handles whatever additional stuff you want to do as part of your check in.

Have a look at the Visual Studio SDK and the Team Foundation SDK.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.