azure-sdk-for-cpp/eng/common/scripts/job-matrix/tests/test-import-matrix.json
Azure SDK Bot ca1692e375
Sync eng/common directory with azure-sdk-tools for PR 1463 (#1919)
* Add 'replace' support. Improve handling of dynamic parameter types.

* Support display name import and overrides

* Support regex capture groups for replace. Force fully matching regex.

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-03-16 16:46:41 -07:00

15 lines
204 B
JSON

{
"displayNames": {
"importedBaz": "importedBazName"
},
"matrix": {
"Foo": [ "foo1", "foo2" ],
"Bar": [ "bar1", "bar2" ]
},
"include": [
{
"Baz": "importedBaz"
}
]
}