Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions content/extends.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ The `extends` keyword allows a pipeline to use another pipeline (or template) as
- **Template inheritance**: Build pipelines from templates with parameters

A pipeline can extend a single template. The template file should be a complete, valid pipeline structure. When you use `extends`, your pipeline YAML becomes a template that references the base template and optionally overrides parameters.

### Extends vs includes

- **`extends`**: Creates a pipeline that inherits from a template. Used at the root level of a pipeline.
- **`include`**: Imports template content directly. Used at specific points within a pipeline.
<!-- :::editable-content-end::: -->
<!-- :::remarks-end::: -->

Expand Down Expand Up @@ -276,4 +271,4 @@ extends:
- [Template types & usage](/azure/devops/pipelines/process/templates)
- [Security through templates](/azure/devops/pipelines/security/templates)
<!-- :::editable-content-end::: -->
<!-- :::see-also-end::: -->
<!-- :::see-also-end::: -->