Skip to content

Commit

Permalink
Modified appveyor.yml to build on branch prerelease-v1.4.0 and to cre…
Browse files Browse the repository at this point in the history
…ate a tag/official release.
  • Loading branch information
end2endzone committed Feb 4, 2018
1 parent 571fa5e commit 23292dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 1.4.0.{build}
# branches to build
branches:
only:
- master
- prerelease-v1.4.0

# Do not build on tags (GitHub and BitBucket)
skip_tags: true
Expand Down Expand Up @@ -99,5 +99,5 @@ deploy:
secure: BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
artifact: /(.*\.zip|.*\.exe)/
draft: false #true means release is private (visible to contributors only), false is public (visible to everyone)
prerelease: true #true for prerelease, false to identify this release as the 'latest release'
prerelease: false #true for prerelease, false to identify this release as the 'latest release'
force_update: true

0 comments on commit 23292dd

Please sign in to comment.