IDistributedApplicationPipeline
Interfacenet10.0
Represents a pipeline for executing deployment steps in a distributed application.
namespace Aspire.Hosting.Pipelines;
public interface IDistributedApplicationPipeline{ // ...}Methods4
Section titled Methods Registers a callback to be executed during the pipeline configuration phase.
Adds a deployment step to the pipeline.
AddStep(PipelineStep)abstract Adds a deployment step to the pipeline.