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