1 write to ReportingStep
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
244ReportingStep = publishingStep
12 references to ReportingStep
Aspire.Hosting.Azure (7)
AzureEnvironmentResource.cs (7)
153await context.ReportingStep.CompleteAsync( 160await context.ReportingStep.CompleteAsync( 210var resourceTask = await context.ReportingStep 352var resourceTask = await context.ReportingStep 445var loginTask = await context.ReportingStep.CreateTaskAsync($"Logging in to {registryName}", context.CancellationToken).ConfigureAwait(false); 526var pushTask = await context.ReportingStep.CreateTaskAsync($"Pushing {resource.Name} to {registryName}", context.CancellationToken).ConfigureAwait(false); 672await context.ReportingStep.CompleteAsync(
Pipelines.AppHost (2)
AppHost.cs (2)
67var assignRoleTask = await context.ReportingStep 266var uploadTask = await deployingContext.ReportingStep
Pipelines.Library (3)
DistributedApplicationPipelineExtensions.cs (3)
68var publishTask = await context.ReportingStep.CreateTaskAsync($"Publishing {projectResource.Name}", cancellationToken).ConfigureAwait(false); 112var zipTask = await context.ReportingStep.CreateTaskAsync($"Creating deployment package", cancellationToken).ConfigureAwait(false); 124var uploadTask = await context.ReportingStep.CreateTaskAsync($"Uploading to {projectResource.Name}", cancellationToken).ConfigureAwait(false);