Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am setting up a fresh Continuous Integration environment for a .NET project. The basics are in place and I have also integrated the Visual Studio Code Analysis (FxCopCmd.exe) and Test Results (MSTest.exe).

How to do that?
a. Add an task for above mentioned tools, specify input dll and output xml/trx in the .build file of the project
b. Update ccnet.config, add blocks for those xml/trx files
c. Update dashboard.config, add block with fxcop-summary_1_36.xsl and MsTestSummary2008.xsl

Everything looks and works great. Now I also want to show Visual Studio 2008 Code Coverage and Code Metrics in CruiseControl.NET 1.5.7385.9 Build Report. Can somebody tell me how do I do that?

share|improve this question

2 Answers

These links provides some clues:
- blogs.msdn.com/b/ms_joc/archive/2005/04/08/406608.aspx
- groups.google.com.ag/group/ccnet-user/browse_thread/thread/63c5b36a24f4366a

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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