Edit

Share via


BuildDefinitionStep Class

Definition

Represents a step in a build phase.

[System.Runtime.Serialization.DataContract]
public class BuildDefinitionStep : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type BuildDefinitionStep = class
    inherit BaseSecuredObject
Public Class BuildDefinitionStep
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
BuildDefinitionStep
Attributes

Constructors

BuildDefinitionStep()

Properties

AlwaysRun

Indicates whether this step should run even if a previous step fails.

Condition

A condition that determines whether this step should run.

ContinueOnError

Indicates whether the phase should continue even if this step fails.

DisplayName

The display name for this step.

Enabled

Indicates whether the step is enabled.

Environment

The run-time environment for this step.

Inputs

The inputs used by this step.

RefName

The reference name for this step.

TaskDefinition

The task associated with this step.

TimeoutInMinutes

The time, in minutes, that this step is allowed to run.

Methods

Clone()

A clone of this step.

Applies to