Sets the report archive mode.
Namespace:
Gallio.MSBuildTasksAssembly: Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
Remarks
The supported modes are:
- Normal (default)
- Zip
Examples
In the following example, reports will be enclosed in a zip file:
CopyC#
<Target Name="MyTarget"> <Gallio ReportArchive="zip" /> </Target>
