OutputFileUploadCondition Enum

Definition

The conditions under which a task's output file(s) should be uploaded.

public enum OutputFileUploadCondition
type OutputFileUploadCondition = 
Public Enum OutputFileUploadCondition
Inheritance
OutputFileUploadCondition

Fields

TaskCompletion 2

Upload the file(s) after the task process exits, no matter what the exit code was.

TaskFailure 1

Upload the file(s) only after the task process exits with a nonzero exit code.

TaskSuccess 0

Upload the file(s) only after the task process exits with an exit code of 0.

Applies to