Skip to content
Docs Try Aspire

WellKnownPipelineTags Fields

Class Fields 4 members
Defines well-known pipeline tags used to categorize pipeline steps.
BuildCompute Section titled BuildCompute staticconst string
Tag for steps that build compute resources.
public const static string BuildCompute
DeployCompute Section titled DeployCompute staticconst string
Tag for steps that deploy to compute infrastructure.
public const static string DeployCompute
ProvisionInfrastructure Section titled ProvisionInfrastructure staticconst string
Tag for steps that provision infrastructure resources.
public const static string ProvisionInfrastructure
PushContainerImage Section titled PushContainerImage staticconst string
Tag for steps that push container images to a registry.
public const static string PushContainerImage