0

I want to exclude XSD files from the NCover report generated after build by CruiseControl.

After serching I came across following option from Ncover site

<ExcludeFiles><SourceFile>D:\castletech\operations\dev\ncover\resources\setting.cs</SourceFile></ExcludeFiles>

However I am not able to put it in the CC.NET configuration file.

Ram
  • 11,404
  • 15
  • 62
  • 93

1 Answers1

1

It seems all this can be done from the command line, see //exclude-* attributes. So, it could be solved by feeding correct command line to ncover task in CC.NET. I didn't try it myself, though.

Yan Sklyarenko
  • 31,557
  • 24
  • 104
  • 139