Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.57 KB

resources-builds.md

File metadata and controls

66 lines (48 loc) · 1.57 KB
title description ms.date monikerRange
resources.builds definition
List of build resources referenced by the pipeline.
03/01/2023
>=azure-pipelines-2019

resources.builds definition

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

List of build resources referenced by the pipeline.

:::moniker-end

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

builds: [ build ] # List of build resources referenced by the pipeline.

:::moniker-end

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

Definitions that that reference this definition: resources

:::moniker-end

List types

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

Type Description
resources.builds.build A build resource used to reference artifacts from a run.

:::moniker-end

See also