Skip to content
DocsTry Aspire
DocsTry

PipelineSummary.add

Method
📦 Aspire.Hosting v13.4.0
interface PipelineSummary {
// ... omitted for brevity
add(
key: string,
value: string): void;
}

Signature

methodadd
Adds a key-value pair to the pipeline summary with a plain-text value.
add(
key: string,
value: string): void
keystring
valuestring

Defined on

This method is defined on the following type: