Sets whether test failures will be ignored and allow the build to proceed. When set to false, test failures will cause the build to fail.

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

Syntax

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

See Also