Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

PipelineConfigurationAnnotation Properties

ClassProperties1 member
An annotation that registers a callback to execute during the pipeline configuration phase, allowing modification of step dependencies and relationships.
CallbackSection titled CallbackFunc<PipelineConfigurationContext, Task>
Gets the callback function to execute during the configuration phase.
public Func<PipelineConfigurationContext, Task> Callback { get; }