Skip to content

Azure.DevOps.Pipelines.Core.UseYamlDefinition

github-actions edited this page Oct 21, 2023 · 2 revisions

Use YAML pipeline definitions

SYNOPSIS

Use YAML pipeline definitions to define build and release pipelines.

DESCRIPTION

Using YAML pipeline definitions allows you to define build and release pipelines as code. This allows you to manage changes to your pipelines in the same way as you manage changes to your application code. You can use source control to view changes to your pipelines, roll back to previous versions, and easily collaborate with other developers on your team.

Mininum TokenType: `ReadOnly

RECOMMENDATION

Use YAML pipeline definitions to define build and release pipelines.

LINKS

Clone this wiki locally