PipelineStepContext.ReportingStep Property

Definition

Gets the publishing step associated with this specific step execution.

public Aspire.Hosting.Pipelines.IReportingStep ReportingStep { get; init; }
member this.ReportingStep : Aspire.Hosting.Pipelines.IReportingStep with get, set
Public Property ReportingStep As IReportingStep

Property Value

The IReportingStep instance that can be used to create tasks and manage the publishing process for this step.

Applies to