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