Skip to content
Docs Try Aspire

PipelineStepContext

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
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.