IIncrementalTask Interface

Definition

Interface for tasks which is supports incrementality.

public interface class IIncrementalTask
public interface IIncrementalTask
type IIncrementalTask = interface
Public Interface IIncrementalTask
Derived

Remarks

The tasks implementing this interface should return false to stop the build when in FailIfNotIncremental is true and task is not fully incremental. Try to provide helpful information to diagnose incremental behavior.

Properties

FailIfNotIncremental

Set by MSBuild when Question flag is used.

Applies to