26 writes to Description
Aspire.Hosting (12)
ApplicationModel\ProjectResource.cs (1)
45
Description
= $"Builds the container image for the {name} project.",
Pipelines\DistributedApplicationPipeline.cs (10)
40
Description
= "Aggregation step for all deploy operations. All deploy steps should be required by this step.",
47
Description
= "Prompts for parameter values before build, publish, or deployment operations.",
63
Description
= "Prerequisite step that runs before any deploy operations. Initializes deployment environment and manages deployment state.",
145
Description
= "Aggregation step for all build operations. All build steps should be required by this step.",
152
Description
= "Prerequisite step that runs before any build operations.",
161
Description
= "Aggregation step for all push operations. All push steps should be required by this step.",
170
Description
= "Prerequisite step that runs before any push operations.",
223
Description
= "Aggregation step for all publish operations. All publish steps should be required by this step.",
230
Description
= "Prerequisite step that runs before any publish operations.",
238
Description
= "Dumps dependency graph information for troubleshooting pipeline execution.",
Publishing\ManifestPublishingExtensions.cs (1)
29
Description
= "Publishes the Aspire application model as a JSON manifest file.",
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (1)
52
Description
= $"Provisions the Azure Bicep resource {name} using Azure infrastructure.",
AzureEnvironmentResource.cs (4)
74
Description
= $"Publishes the Azure environment configuration for {Name}.",
83
Description
= "Validates Azure CLI authentication before deployment.",
92
Description
= "Creates the Azure provisioning context for infrastructure deployment.",
107
Description
= "Aggregation step for all Azure infrastructure provisioning operations.",
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
39
Description
= $"Prints the deployment summary and dashboard URL for {name}.",
AzureContainerAppResource.cs (2)
52
Description
= $"Prints the deployment summary and URL for {targetResource.Name}.",
77
Description
= $"Aggregation step for deploying {targetResource.Name} to Azure Container Apps.",
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceEnvironmentResource.cs (1)
42
Description
= $"Prints the deployment summary and dashboard URL for {name}.",
AzureAppServiceWebSiteResource.cs (2)
117
Description
= $"Prints the deployment summary and URL for {targetResource.Name}.",
141
Description
= $"Aggregation step for deploying {targetResource.Name} to Azure App Service.",
Aspire.Hosting.Docker (2)
DockerComposeEnvironmentResource.cs (2)
69
Description
= $"Publishes the Docker Compose environment configuration for {Name}.",
109
Description
= $"Prepares the Docker Compose environment {Name} for deployment.",
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
94
Description
= $"Publishes the Kubernetes environment configuration for {Name}.",
2 references to Description
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (2)
889
if (!string.IsNullOrWhiteSpace(step.
Description
))
891
sb.AppendLine(CultureInfo.InvariantCulture, $" Description: {step.
Description
}");