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
- dev
- /^(.*\/)?ci-.*$/
- /^rel\/.*/
build_script:
- ps: .\build.ps1
clone_depth: 1