Sets the name of the directory where the reports will be put.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public ITaskItem ReportDirectory { private get; set; }
Visual Basic (Declaration)
Public Property ReportDirectory As ITaskItem

Remarks

The directory will be created if it doesn't exist. Existing files will be overwritten. The default report directory is "Reports".

See Also