OutputFileUploadCondition Enum

Definition

Defines values for OutputFileUploadCondition.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OutputFileUploadCondition
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OutputFileUploadCondition = 
Public Enum OutputFileUploadCondition
Inheritance
OutputFileUploadCondition
Attributes
Newtonsoft.Json.JsonConverterAttribute

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