#1
|
|||
|
|||
Reports
Is there a way to generate a report of everything that happened durring a build with a summary at the top with things like number of errors?
|
#2
|
|||
|
|||
I would recommend that you take a look at the Logging.bld sample that is installed with Visual Build Professional - it shows using the Transform XML Log action, which combined with XML logging can do what you request.
The included TransformLog.xslt transformation file might do what you want, or it might serve as a starting point for the report format you desire... |
|
|