Skip to content
DocsTry Aspire
DocsTry

WellKnownPipelineSteps Fields

ClassFields15 members
Defines well-known pipeline step names used in the deployment pipeline.
BeforeStartSection titled BeforeStartstaticconststring
The step that runs before the application starts.
public const static string BeforeStart
BuildSection titled Buildstaticconststring
The well-known step for building resources.
public const static string Build
BuildPrereqSection titled BuildPrereqstaticconststring
The prerequisite step that runs before any build operations.
public const static string BuildPrereq
CheckContainerRuntimeSection titled CheckContainerRuntimestaticconststring
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
DeploySection titled Deploystaticconststring
Aggregation step for all deploy operations. All deploy steps should be required by this step.
public const static string Deploy
DeployPrereqSection titled DeployPrereqstaticconststring
The prerequisite step that runs before any deploy operations.
public const static string DeployPrereq
DestroySection titled Destroystaticconststring
Aggregation step for all destroy operations. All destroy steps should be required by this step.
public const static string Destroy
DestroyPrereqSection titled DestroyPrereqstaticconststring
The prerequisite step that runs before any destroy operations.
public const static string DestroyPrereq
DiagnosticsSection titled Diagnosticsstaticconststring
The diagnostic step that dumps dependency graph information for troubleshooting.
public const static string Diagnostics
ProcessParametersSection titled ProcessParametersstaticconststring
The step that prompts for parameter values before build, publish, or deployment operations.
public const static string ProcessParameters
PublishSection titled Publishstaticconststring
Aggregation step for all publish operations. All publish steps should be required by this step.
public const static string Publish
PublishPrereqSection titled PublishPrereqstaticconststring
The prerequisite step that runs before any publish operations.
public const static string PublishPrereq
PushSection titled Pushstaticconststring
The meta-step that coordinates all push operations. All push steps should be required by this step.
public const static string Push
PushPrereqSection titled PushPrereqstaticconststring
The prerequisite step that runs before any push operations.
public const static string PushPrereq
ValidateComputeEnvironmentsSection titled ValidateComputeEnvironmentsstaticconststring
The step that validates compute resources are assigned to unambiguous compute environments.
public const static string ValidateComputeEnvironments