BuildParameters.AllowFailureWithoutError Property

Definition

Indicates whether to emit a default error if a task returns false without logging an error.

public:
 property bool AllowFailureWithoutError { bool get(); void set(bool value); };
public bool AllowFailureWithoutError { get; set; }
member this.AllowFailureWithoutError : bool with get, set
Public Property AllowFailureWithoutError As Boolean

Property Value

Applies to