Sets whether to load the tests but not run them. This option may be used to produce a report that contains test metadata for consumption by other tools.

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

Syntax

C#
public bool DoNotRun { private get; set; }
Visual Basic (Declaration)
Public Property DoNotRun As Boolean

See Also