azure-sdk-for-cpp/eng/common/scripts/job-matrix/tests/test-import-matrix.json
Azure SDK Bot 5a1fedd0d5
Sync eng/common directory with azure-sdk-tools for PR 1429 (#1705)
* Add job matrix generation scripts

* Add working job matrix example pipeline and common matrix generation pipeline.

* Update job matrix tests path

* Parameterize matrix generation job path

* Add global variable to override nuget security checks to sample matrix pipeline

* Update readme matrix pipeline example to match sample file

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-02-19 14:45:31 -08:00

12 lines
142 B
JSON

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