Sets the format string to use to generate the reports filenames.

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

Syntax

C#
public string ReportNameFormat { private get; set; }
Visual Basic (Declaration)
Public Property ReportNameFormat As String

Remarks

Any occurence of {0} will be replaced by the date, and any occurrence of {1} by the time. The default format string is test-report-{0}-{1}.

See Also