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