IIncrementalTask Interface
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.
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. |