Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 9045924

Browse files
authored
removes beta prefix in version number
1 parent edd551e commit 9045924

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
@@ -6,7 +6,7 @@ version: 1.0.0.{build}
66
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
77
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
88
init:
9-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
9+
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
1010

1111
cache:
1212
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

0 commit comments

Comments
 (0)