WellKnownPipelineSteps Fields
Class Fields 15 members
Defines well-known pipeline step names used in the deployment pipeline.
The step that runs before the application starts.
public const static string BeforeStart 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 The step that checks whether the container runtime (e.g., Docker or Podman) is running. Build steps that need a container runtime should depend on this step.
public const static string CheckContainerRuntime 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 Aggregation step for all destroy operations. All destroy steps should be required by this step.
public const static string Destroy The prerequisite step that runs before any destroy operations.
public const static string DestroyPrereq 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 The step that validates compute resources are assigned to unambiguous compute environments.
public const static string ValidateComputeEnvironments