1 implementation of CreateStepAsync
Aspire.Hosting (1)
Publishing\PublishingActivityReporter.cs (1)
36
public async Task<IPublishingStep>
CreateStepAsync
(string title, CancellationToken cancellationToken = default)
7 references to CreateStepAsync
Aspire.Hosting (2)
Publishing\Publisher.cs (1)
31
var step = await progressReporter.
CreateStepAsync
(
Publishing\ResourceContainerImageBuilder.cs (1)
131
var step = await activityReporter.
CreateStepAsync
(
Aspire.Hosting.Azure (4)
AzureDeployingContext.cs (3)
65
var deployingStep = await activityReporter.
CreateStepAsync
("Deploying to Azure", cancellationToken).ConfigureAwait(false);
161
var computeStep = await activityReporter.
CreateStepAsync
("Deploying compute resources", cancellationToken).ConfigureAwait(false);
247
var acrStep = await activityReporter.
CreateStepAsync
($"Pushing images to {registryName}", cancellationToken).ConfigureAwait(false);
AzurePublishingContext.cs (1)
88
var step = await ActivityReporter.
CreateStepAsync
(
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
129
var step = await activityReporter.
CreateStepAsync
(