Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit e6b1682

Browse files
committed
Removed the "beta" suffix
1 parent f45fa0c commit e6b1682

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

99
cache:
1010
- 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)