Navigation: Actions > Microsoft > MSBuild > MSBuild Action Output Tab |
|
This tab of the MSBuild action configures information about the build outputs.
Include detailed summary: If checked, shows detailed information at the end of the build log about the configurations that were built and how they were scheduled to nodes.
Verbosity level: Specifies the amount of information written to the event log (optional).
Logger component: Specifies a logger to log events from MSBuild (optional, one per line). The syntax is:
[<logger class>,]<logger assembly>[;<logger parameters>]
The logger class syntax is:
[<partial or full namespace>.]<logger class name>
The logger assembly syntax is:
{<assembly name>[,<strong name>] | <assembly file>}
The logger parameters are optional, and are passed to the logger exactly as you typed them.
Examples:
XMLLogger,MyLogger,Version=1.0.2,Culture=neutral
XMLLogger,C:\Loggers\MyLogger.dll;OutputAsHTML
Parameters for console logger: Parameters to console logger (optional, can be combined by separating with semicolons).
Disable default console logger: Disable the default console logger and do not log events to the console (stdout).