From d7a8af199e592a413e77c6cfebd61bfc2e8ba54b Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Wed, 27 Jul 2022 06:47:58 -0400 Subject: [PATCH] Fix bad path to sample matrix json --- eng/common/scripts/job-matrix/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/scripts/job-matrix/README.md b/eng/common/scripts/job-matrix/README.md index b9f540e42e..b2b6ec32b1 100644 --- a/eng/common/scripts/job-matrix/README.md +++ b/eng/common/scripts/job-matrix/README.md @@ -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