Skip to content

Commit ae8e5d5

Browse files
committed
Move CI conf
1 parent ea6b3fd commit ae8e5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml renamed to .ci/pipeline/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pool:
5050
vmImage: "ubuntu-latest"
5151
steps:
52-
- template: .ci/pipeline/test-configuration-linux.yml
52+
- template: 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: .ci/pipeline/test-configuration-win.yml
78+
- template: test-configuration-win.yml

0 commit comments

Comments
 (0)