title | description | ms.date | monikerRange |
---|---|---|---|
includeExcludeFilters definition |
Lists of items to include or exclude. |
11/20/2024 |
<=azure-pipelines |
:::moniker range="<=azure-pipelines"
Lists of items to include or exclude for trigger events.
:::moniker-end
:::moniker range="<=azure-pipelines"
includeExcludeFilters:
include: [ string ] # List of items to include.
exclude: [ string ] # List of items to exclude.
:::moniker-end
:::moniker range=">=azure-pipelines-2020"
Note
This definition is a supporting definition and is not intended for use directly in a pipeline. This article provides the YAML syntax for this supporting type, but does not show usage examples. For more information on using the definitions that this type supports, see the following definition links.
Definitions that reference this definition: trigger, pr, schedules.cron
:::moniker-end
:::moniker range="<=azure-pipelines-2019.1"
Note
This definition is a supporting definition and is not intended for use directly in a pipeline. This article provides the YAML syntax for this supporting type, but does not show usage examples. For more information on using the definitions that this type supports, see the following definition links.
Definitions that reference this definition: trigger, pr
:::moniker-end
:::moniker range="<=azure-pipelines"
include
string list.
List of items to include.
:::moniker-end
:::moniker range="<=azure-pipelines"
exclude
string list.
List of items to exclude.
:::moniker-end