IPipelineActivityReporter
Interface net8.0
Interface for reporting publishing activities.
namespace Aspire.Hosting.Pipelines;
public interface IPipelineActivityReporter{ // ...}Methods3
Section titled MethodsCompletePublishAsync(PublishCompletionOptions?, CancellationToken)abstractTask Signals that the entire publishing process has completed.
CompletePublishAsync(string?, CompletionState?, CancellationToken)abstractobsoleteTask Signals that the entire publishing process has completed.
CreateStepAsync(string, CancellationToken)abstract Creates a new publishing step with the specified title.