WellKnownPipelineSteps
Classstaticnet10.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 FieldsCheckContainerRuntimestaticstring 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.
Destroystaticstring Aggregation step for all destroy operations. All destroy steps should be required by this step.
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.
Pushstaticstring The meta-step that coordinates all push operations. All push steps should be required by this step.
string The step that validates compute resources are assigned to unambiguous compute environments.