Skip to content

Commit d0e09a9

Browse files
committed
Change matrix template passing way
1 parent cfaab80 commit d0e09a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
- job: Linux
4646
dependsOn: Lint
4747
strategy:
48-
- template: .ci/pipeline/test-matrix.yml
48+
${{ template: .ci/pipeline/matrix-template.yml }}
4949
pool:
5050
vmImage: "ubuntu-latest"
5151
steps:
5252
- template: .ci/pipeline/test-configuration-linux.yml
5353
- job: Windows
5454
dependsOn: Lint
5555
strategy:
56-
- template: test-matrix.yml
56+
${{ template: .ci/pipeline/matrix-template.yml }}
5757
pool:
5858
vmImage: "windows-latest"
5959
steps:

0 commit comments

Comments
 (0)