We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a83a39 commit 1c0969dCopy full SHA for 1c0969d
azure-pipelines.yml
@@ -1,5 +1,9 @@
1
trigger:
2
- master
3
+- 1.* # version branches
4
+pr:
5
+- master
6
+- 1.*
7
8
variables:
9
cmakeargs: '-DCMAKE_BUILD_TYPE=Release'
0 commit comments