WellKnownPipelineSteps Fields
Class Fields 10 members
Defines well-known pipeline step names used in the deployment pipeline.
The well-known step for building resources.
public const static string Build The prerequisite step that runs before any build operations.
public const static string BuildPrereq Aggregation step for all deploy operations. All deploy steps should be required by this step.
public const static string Deploy The prerequisite step that runs before any deploy operations.
public const static string DeployPrereq The diagnostic step that dumps dependency graph information for troubleshooting.
public const static string Diagnostics The step that prompts for parameter values before build, publish, or deployment operations.
public const static string ProcessParameters Aggregation step for all publish operations. All publish steps should be required by this step.
public const static string Publish The prerequisite step that runs before any publish operations.
public const static string PublishPrereq The meta-step that coordinates all push operations. All push steps should be required by this step.
public const static string Push The prerequisite step that runs before any push operations.
public const static string PushPrereq