TargetSkipReason Enum

Definition

A reason why a target was skipped.

C#
public enum TargetSkipReason
Inheritance
TargetSkipReason

Fields

Name Value Description
None 0

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

PreviouslyBuiltSuccessfully 1

The target previously built successfully.

PreviouslyBuiltUnsuccessfully 2

The target previously built unsuccessfully.

OutputsUpToDate 3

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

ConditionWasFalse 4

The condition on the target was evaluated as false.

Applies to

Prodotto Versioni
MSBuild 17
MSBuild (.NET Core) 17