WellKnownPipelineSteps
Class static net10.0
Defines well-known pipeline step names used in the deployment pipeline.
namespace Aspire.Hosting.Pipelines;
public static class WellKnownPipelineSteps{ // ...} 10 members
Fields10
Section titled FieldsBuildstaticstring The well-known step for building resources.
BuildPrereqstaticstring The prerequisite step that runs before any build operations.
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.
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.