PipelineStepContext.ReportingStep Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.