How to generate code documentation using NDoc in Team Build
Hi,
How to generate code documentation using NDoc in Team Build after compiling?
Thanks...
Nonu_k
You can add something like this to your TFSBuild.proj file. Add it after the Import of Microsoft.TeamFoundation.Build.targets at the top. Just modify the NDocExePath and NDocCommandLine entries to match what you would use from a command prompt.