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

Commit f25ee66

Browse files
committed
removing 'beta' suffix from tagged builds
1 parent 6e9da6a commit f25ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ environment:
2727
VERSION_SIMPLE: '{version}'
2828
VERSION_INFORMATIONAL: '{version}'
2929
VERSION_SUFFIX: '-preview-$(APPVEYOR_BUILD_NUMBER)'
30-
VERSION_SUFFIX_TAG: '-$(APPVEYOR_BUILD_NUMBER)'
30+
VERSION_SUFFIX_TAG: '.$(APPVEYOR_BUILD_NUMBER)'
3131

3232
init:
3333
- ps: |

0 commit comments

Comments
 (0)