Skip to content
Docs Try Aspire

PipelineStepAnnotation Methods

Class Methods 1 member
An annotation that creates pipeline steps for a resource during deployment.
Creates pipeline steps asynchronously.
public class PipelineStepAnnotation
{
public Task<IEnumerable<PipelineStep>> CreateStepsAsync(
PipelineStepFactoryContext context)
{
// ...
}
}
context PipelineStepFactoryContext The factory context containing the pipeline context and resource.
Task<IEnumerable<PipelineStep>> A task that represents the asynchronous operation and contains the created pipeline steps.