Enable AppVeyor for release branches (#6539)

This commit is contained in:
Mike Harder 2017-07-12 17:26:13 -07:00 committed by GitHub
parent 308d64277e
commit 693d116481
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ branches:
- release - release
- dev - dev
- /^(.*\/)?ci-.*$/ - /^(.*\/)?ci-.*$/
- /^rel\/.*/
build_script: build_script:
- ps: .\build.ps1 - ps: .\build.ps1
clone_depth: 1 clone_depth: 1