Skip to content
Docs Try Aspire

PipelineSummary

Handle
📦 Aspire.Hosting v13.2.0
interface PipelineSummary {
add(
key: string,
value: string): void;
addMarkdown(
key: string,
markdownString: string): void;
}

Methods

method add
Invokes the Add method
add(
key: string,
value: string): void
key string
value string
method addMarkdown
Adds a Markdown-formatted value to the pipeline summary
addMarkdown(
key: string,
markdownString: string): void
key string
markdownString string