Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
removing 'beta' suffix from tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Dec 26, 2017
1 parent 6e9da6a commit f25ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
VERSION_SIMPLE: '{version}'
VERSION_INFORMATIONAL: '{version}'
VERSION_SUFFIX: '-preview-$(APPVEYOR_BUILD_NUMBER)'
VERSION_SUFFIX_TAG: '-$(APPVEYOR_BUILD_NUMBER)'
VERSION_SUFFIX_TAG: '.$(APPVEYOR_BUILD_NUMBER)'

init:
- ps: |
Expand Down

0 comments on commit f25ee66

Please sign in to comment.