Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

PipelineStepContext

Classsealednet10.0
📦 Aspire.Hosting v13.5.3
Provides contextual information for a specific pipeline step execution.
namespace Aspire.Hosting.Pipelines;
public sealed class PipelineStepContext
{
// ...
}
This context combines the shared pipeline context with a step-specific publishing step, allowing each step to track its own tasks and completion state independently.
View all constructors
View all properties