Skip to content
Docs Try Aspire

WellKnownPipelineSteps Fields

Class Fields 10 members
Defines well-known pipeline step names used in the deployment pipeline.
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
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
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