Skip to content

Commit b3811df

Browse files
committed
Change test confs location
1 parent 1103aad commit b3811df

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pool:
5050
vmImage: "ubuntu-latest"
5151
steps:
52-
- template: test-configuration-linux.yml
52+
- template: .ci/pipeline/test-configuration-linux.yml
5353
- job: Windows
5454
dependsOn: Lint
5555
strategy:
@@ -75,4 +75,4 @@ jobs:
7575
pool:
7676
vmImage: "windows-latest"
7777
steps:
78-
- template: test-configuration-win.yml
78+
- template: .ci/pipeline/test-configuration-linux.yml

0 commit comments

Comments
 (0)