Share via


WellKnownPipelineSteps Class

Definition

Defines well-known pipeline step names used in the deployment pipeline.

public static class WellKnownPipelineSteps
type WellKnownPipelineSteps = class
Public Class WellKnownPipelineSteps
Inheritance
WellKnownPipelineSteps

Fields

Build

The well-known step for building resources.

BuildPrereq

The prerequisite step that runs before any build operations.

Deploy

The meta-step that coordinates all deploy operations. All deploy steps should be required by this step.

DeployPrereq

The prerequisite step that runs before any deploy operations.

Diagnostics

The diagnostic step that dumps dependency graph information for troubleshooting.

Publish

The meta-step that coordinates all publish operations. All publish steps should be required by this step.

PublishPrereq

The prerequisite step that runs before any publish operations.

Applies to