We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6b3fd commit ae8e5d5Copy full SHA for ae8e5d5
1 file changed
azure-pipelines.yml .ci/pipeline/ci.ymlazure-pipelines.yml renamed to .ci/pipeline/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
pool:
50
vmImage: "ubuntu-latest"
51
steps:
52
- - template: .ci/pipeline/test-configuration-linux.yml
+ - template: test-configuration-linux.yml
53
- job: Windows
54
dependsOn: Lint
55
strategy:
@@ -75,4 +75,4 @@ jobs:
75
76
vmImage: "windows-latest"
77
78
- - template: .ci/pipeline/test-configuration-win.yml
+ - template: test-configuration-win.yml
0 commit comments