Skip to content

Commit

Permalink
Alter CI build version numbers to show which branch they're for
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwood committed Apr 20, 2018
1 parent 8996c18 commit 6b2dec7
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
@@ -1,4 +1,4 @@
version: 3.0.0-alpha-{build}
version: 3.0.{build}-{branch}
os: Visual Studio 2017
configuration: Release
skip_tags: true
Expand Down Expand Up @@ -49,5 +49,5 @@ deploy:
secure: 5zLYIRVYHWHyZYOUZ2F46AvAYb3OLIWs35PQUddGkyK3xkV7qCmaMT38PJY6OiY7
prerelease: true
on:
branch: master # release from master branch onl
branch: master # release from master branch only
appveyor_repo_tag: false

0 comments on commit 6b2dec7

Please sign in to comment.