We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaab80 commit d0e09a9Copy full SHA for d0e09a9
azure-pipelines.yml
@@ -45,15 +45,15 @@ jobs:
45
- job: Linux
46
dependsOn: Lint
47
strategy:
48
- - template: .ci/pipeline/test-matrix.yml
+ ${{ template: .ci/pipeline/matrix-template.yml }}
49
pool:
50
vmImage: "ubuntu-latest"
51
steps:
52
- template: .ci/pipeline/test-configuration-linux.yml
53
- job: Windows
54
55
56
- - template: test-matrix.yml
57
58
vmImage: "windows-latest"
59
0 commit comments