9 references to CreateStepsAsync
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
392var annotationSteps = await annotation.CreateStepsAsync(factoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
73var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
76var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (1)
AzureBicepResourceTests.cs (1)
237var steps = await annotation.CreateStepsAsync(factoryContext);
Aspire.Hosting.Containers.Tests (3)
WithDockerfileTests.cs (3)
786var steps = (await stepsAnnotation.CreateStepsAsync(factoryContext)).ToList(); 943var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList(); 979var steps = (await pipelineStepAnnotation1.CreateStepsAsync(factoryContext)).ToList();
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
90var deploymentTargetSteps = await annotation.CreateStepsAsync(childFactoryContext).ConfigureAwait(false);
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
764var steps = (await pipelineStepAnnotation.CreateStepsAsync(factoryContext)).ToList();