Touch.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

When Question is true, skip touching the disk to avoid causing incremental issue. Unless the file doesn't exists, in which case, error out.

Applies to