Skip to content
Docs Try Aspire

PublishCompletionOptions

Class sealed net8.0
📦 Aspire.Hosting v13.2.0
Options for completing the publishing process.
namespace Aspire.Hosting.Pipelines;
public sealed class PublishCompletionOptions
{
// ...
}
View all constructors
CompletionMessageget; set
string?
Gets or sets the completion message of the publishing process.
CompletionStateget; set
Gets or sets the completion state of the publishing process. When null, the state is automatically aggregated from all steps.
PipelineSummaryget; set
Gets or sets optional pipeline summary information to display after completion. The list preserves insertion order. Each item carries its own Markdown formatting flag.
View all properties