你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Value Description
TaskSuccess 0

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

TaskFailure 1

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

TaskCompletion 2

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

Applies to