Skip to content
Docs Try Aspire

PipelineConfigurationContext

Handle TypeScript
📦 Aspire.Hosting.GitHub.Models v13.2.0-preview.1.26159.1
interface PipelineConfigurationContext {
steps: PipelineStep[];
getStepsByTag(tag: string): PipelineStep[];
}

Properties

property steps PipelineStep[] get · set
Gets the Steps property

Methods

method getStepsByTag
Gets pipeline steps with the specified tag
getStepsByTag(tag: string): PipelineStep[]
tag string
PipelineStep[]