TargetSkipReason Enum

Definition

A reason why a target was skipped.

public enum class TargetSkipReason
public enum TargetSkipReason
type TargetSkipReason = 
Public Enum TargetSkipReason
Inheritance
TargetSkipReason

Fields

ConditionWasFalse 4

The condition on the target was evaluated as false.

None 0

The target was not skipped or the skip reason was unknown.

OutputsUpToDate 3

All the target outputs were up-to-date with respect to their inputs.

PreviouslyBuiltSuccessfully 1

The target previously built successfully.

PreviouslyBuiltUnsuccessfully 2

The target previously built unsuccessfully.

Applies to