title | description | ms.date | monikerRange |
---|---|---|---|
includeExcludeStringFilters definition |
Items to include or exclude. |
10/04/2024 |
>=azure-pipelines-2020 |
:::moniker range=">=azure-pipelines-2020"
Items to include or 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: resources.containers.container.trigger
:::moniker-end
:::moniker range=">=azure-pipelines-2020"
Implementation | Description |
---|---|
includeExcludeStringFilters: string list | List of items to include. |
includeExcludeStringFilters: include, exclude | Lists of items to include and exclude. |
:::moniker-end
:::moniker range=">=azure-pipelines-2020"
List of items to include.
includeExcludeStringFilters: [ string ] # List of items to include.
Type | Description |
---|---|
string | List of items to include. |
:::moniker-end
:::moniker range=">=azure-pipelines-2020"
Lists of items to include and exclude.
includeExcludeStringFilters:
include: [ string ]
exclude: [ string ]
include
string list.
exclude
string list.
:::moniker-end