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 1414# limitations under the License.
1515# ===============================================================================
1616
17- trigger :
18- branches :
19- include :
20- - main
21-
22- pr :
23- branches :
24- include :
25- - main
26-
2717jobs :
2818 - job : Lint
2919 pool :
@@ -37,16 +27,16 @@ jobs:
3727 - job : Linux
3828 dependsOn : Lint
3929 strategy :
40- - template : test-matrix.yml
30+ - template : .ci/pipeline/ test-matrix.yml
4131 pool :
4232 vmImage : " ubuntu-latest"
4333 steps :
44- - template : test-configuration-linux.yml
34+ - template : .ci/pipeline/ test-configuration-linux.yml
4535 - job : Windows
4636 dependsOn : Lint
4737 strategy :
4838 - template : test-matrix.yml
4939 pool :
5040 vmImage : " windows-latest"
5141 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