Move.FailIfNotIncremental Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set question parameter for Move 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
Move can be chained A->B->C with location C as the final location. Incrementally, it is hard to question A->B if both files are gone. In short, question will always return false and author should use target inputs/outputs.