Learning More

Learning More

Hi,

I am trying to nut out CI (.net) with NUnit, MSBuild, TeamCity and NCover.

Got a pretty basic build script that works without understanding too much.

Could someone please push me in the right direction with what is more important to know for beginners and where to learn more?

Kind Regards, Krok


RE: Learning More

Hi Krok,

The basic NCover setup on the JetBrains site is a good place to start:

http://confluence.jetbrains.net/display/TCD65/NCover

And this will help you with the MSBuild config (that section is valid, even though the directions are for TC 5:

http://docs.ncover.com/how-to/continuous-integration/teamcity/

A couple of tips:

You can run NCover using an exec in your build script if you prefer, the MSBuild script targets on the page above were meant to make the syntax a little easier. You do have to use the Team City service messages either way, and they should come before your NCover parameters.

Don't forget to add a custom report tab to Team City via the admin settings so your reports will have somewhere to display.

Hope this helps!

NCover Support


RE: Learning More

Thanks for this:

You can run NCover using an exec in your build script if you prefer, the MSBuild script targets on the page above were meant to make the syntax a little easier. You do have to use the Team City service messages either way, and they should come before your NCover parameters.

http://termlifeinsurancemales.com/life-insurance-by-state/georgia-life-insurance/ http://termlifeinsurancemales.com/types-of-life-insurance/20-year-term-life-insurance-for-males/ http://termlifeinsurancemales.com/life-insurance-by-age/life-insurance-ages-81-to-85


RE: Learning More

Very glad to know this was helpful, and thanks for letting us know.

Best Regards,

NCover Support