ZipDirectory.FailIfNotIncremental Property

Definition

Question the incremental nature of this task.

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

Property Value

Remarks

This task does not support incremental build and will error out instead.

Applies to