* 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>
12 lines
142 B
JSON
12 lines
142 B
JSON
{
|
|
"matrix": {
|
|
"Foo": [ "foo1", "foo2" ],
|
|
"Bar": [ "bar1", "bar2" ]
|
|
},
|
|
"include": [
|
|
{
|
|
"Baz": "importedBaz"
|
|
}
|
|
]
|
|
}
|