Provides methods for storing build reports.
Name | Description | |
---|---|---|
AddReportAsync(string name, string content, bool plainText) |
Creates a single-file report for the current execution. |
|
AddZippedReportAsync(string name, System.IO.Stream stream, string indexFile, string previewFile) |
Creates a multi-file report for the current execution. |