Skip to content

Files

Latest commit

 

History

History
67 lines (49 loc) · 1.63 KB

parameters.md

File metadata and controls

67 lines (49 loc) · 1.63 KB
title description ms.date monikerRange
pipeline.parameters definition
Pipeline template parameters.
03/01/2023
>=azure-pipelines-2020

pipeline.parameters definition

:::moniker range=">=azure-pipelines-2020"

The parameters list specifies the runtime parameters passed to a pipeline.

:::moniker-end

:::moniker range=">=azure-pipelines-2020"

parameters: [ parameter ] # Specifies the runtime parameters passed to a pipeline.

:::moniker-end

:::moniker range=">=azure-pipelines-2020"

Definitions that that reference this definition: pipeline

:::moniker-end

List types

:::moniker range=">=azure-pipelines-2020"

Type Description
parameters.parameter Pipeline template parameters.

:::moniker-end

See also