File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
# ===============================================================================
16
16
17
- trigger :
18
- branches :
19
- include :
20
- - main
21
-
22
- pr :
23
- branches :
24
- include :
25
- - main
26
-
27
17
jobs :
28
18
- job : Lint
29
19
pool :
@@ -37,16 +27,16 @@ jobs:
37
27
- job : Linux
38
28
dependsOn : Lint
39
29
strategy :
40
- - template : test-matrix.yml
30
+ - template : .ci/pipeline/ test-matrix.yml
41
31
pool :
42
32
vmImage : " ubuntu-latest"
43
33
steps :
44
- - template : test-configuration-linux.yml
34
+ - template : .ci/pipeline/ test-configuration-linux.yml
45
35
- job : Windows
46
36
dependsOn : Lint
47
37
strategy :
48
38
- template : test-matrix.yml
49
39
pool :
50
40
vmImage : " windows-latest"
51
41
steps :
52
- - template : test-configuration-win.yml
42
+ - template : .ci/pipeline/ test-configuration-win.yml
You can’t perform that action at this time.
0 commit comments