WellKnownPipelineTags
Class static net10.0
Defines well-known pipeline tags used to categorize pipeline steps.
namespace Aspire.Hosting.Pipelines;
public static class WellKnownPipelineTags{ // ...}Fields4
Section titled FieldsBuildComputestaticstring Tag for steps that build compute resources.
DeployComputestaticstring Tag for steps that deploy to compute infrastructure.
ProvisionInfrastructurestaticstring Tag for steps that provision infrastructure resources.
PushContainerImagestaticstring Tag for steps that push container images to a registry.