Skip to content
Docs Try Aspire
Docs Try

PipelineSummary

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

Methods

method add
Adds a key-value pair to the pipeline summary with a plain-text value.
add(
key: string,
value: string): void
key string
value string
Adds a key-value pair to the pipeline summary with a Markdown-formatted value.
addMarkdown(
key: string,
markdownString: string): void
key string
markdownString string