WellKnownPipelineSteps
Class static net8.0
Defines well-known pipeline step names used in the deployment pipeline.
namespace Aspire.Hosting.Pipelines;
public static class WellKnownPipelineSteps{ // ...} 15 members
Fields15
Section titled FieldsBeforeStartstaticstring The step that runs before the application starts.
Buildstaticstring The well-known step for building resources.
BuildPrereqstaticstring The prerequisite step that runs before any build operations.
CheckContainerRuntimestaticstring 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.
Deploystaticstring Aggregation step for all deploy operations. All deploy steps should be required by this step.
DeployPrereqstaticstring The prerequisite step that runs before any deploy operations.
Destroystaticstring Aggregation step for all destroy operations. All destroy steps should be required by this step.
DestroyPrereqstaticstring The prerequisite step that runs before any destroy operations.
Diagnosticsstaticstring The diagnostic step that dumps dependency graph information for troubleshooting.
ProcessParametersstaticstring The step that prompts for parameter values before build, publish, or deployment operations.
Publishstaticstring Aggregation step for all publish operations. All publish steps should be required by this step.
PublishPrereqstaticstring The prerequisite step that runs before any publish operations.
Pushstaticstring The meta-step that coordinates all push operations. All push steps should be required by this step.
PushPrereqstaticstring The prerequisite step that runs before any push operations.
ValidateComputeEnvironmentsstaticstring The step that validates compute resources are assigned to unambiguous compute environments.