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 5a805e8 commit 6a77c77Copy full SHA for 6a77c77
azure-pipelines.yml
@@ -1,8 +1,8 @@
1
trigger:
2
branches:
3
- include: ["master"]
+ include: ["master", "develop"]
4
paths:
5
- exclude: ["doc", "*.md", ".appveyor.yml", ".travis.yml"]
+ exclude: ["doc", "*.md"]
6
7
variables:
8
TreatWarningsAsErrors: true
0 commit comments