Fix bad path to sample matrix json (#3860)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
86b3305b09
commit
9a0463849a
@ -39,13 +39,13 @@ jobs:
|
||||
parameters:
|
||||
MatrixConfigs:
|
||||
- Name: base_product_matrix
|
||||
Path: eng/scripts/job-matrix/samples/matrix.json
|
||||
Path: eng/common/scripts/job-matrix/samples/matrix.json
|
||||
Selection: all
|
||||
NonSparseParameters:
|
||||
- framework
|
||||
GenerateVMJobs: true
|
||||
- Name: sparse_product_matrix
|
||||
Path: eng/scripts/job-matrix/samples/matrix.json
|
||||
Path: eng/common/scripts/job-matrix/samples/matrix.json
|
||||
Selection: sparse
|
||||
GenerateVMJobs: true
|
||||
JobTemplatePath: /eng/common/scripts/job-matrix/samples/matrix-job-sample.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user