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