Skip to content
Docs Try Aspire
Docs Try

WellKnownPipelineSteps Fields

Class Fields 15 members
Defines well-known pipeline step names used in the deployment pipeline.
BeforeStart Section titled BeforeStart staticconst string
The step that runs before the application starts.
public const static string BeforeStart
Build Section titled Build staticconst string
The well-known step for building resources.
public const static string Build
BuildPrereq Section titled BuildPrereq staticconst string
The prerequisite step that runs before any build operations.
public const static string BuildPrereq
CheckContainerRuntime Section titled CheckContainerRuntime staticconst string
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
Deploy Section titled Deploy staticconst string
Aggregation step for all deploy operations. All deploy steps should be required by this step.
public const static string Deploy
DeployPrereq Section titled DeployPrereq staticconst string
The prerequisite step that runs before any deploy operations.
public const static string DeployPrereq
Destroy Section titled Destroy staticconst string
Aggregation step for all destroy operations. All destroy steps should be required by this step.
public const static string Destroy
DestroyPrereq Section titled DestroyPrereq staticconst string
The prerequisite step that runs before any destroy operations.
public const static string DestroyPrereq
Diagnostics Section titled Diagnostics staticconst string
The diagnostic step that dumps dependency graph information for troubleshooting.
public const static string Diagnostics
ProcessParameters Section titled ProcessParameters staticconst string
The step that prompts for parameter values before build, publish, or deployment operations.
public const static string ProcessParameters
Publish Section titled Publish staticconst string
Aggregation step for all publish operations. All publish steps should be required by this step.
public const static string Publish
PublishPrereq Section titled PublishPrereq staticconst string
The prerequisite step that runs before any publish operations.
public const static string PublishPrereq
Push Section titled Push staticconst string
The meta-step that coordinates all push operations. All push steps should be required by this step.
public const static string Push
PushPrereq Section titled PushPrereq staticconst string
The prerequisite step that runs before any push operations.
public const static string PushPrereq
ValidateComputeEnvironments Section titled ValidateComputeEnvironments staticconst string
The step that validates compute resources are assigned to unambiguous compute environments.
public const static string ValidateComputeEnvironments