Skip to content

Commit

Permalink
Beta no more
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Sep 19, 2017
1 parent 6e5311c commit 802155c
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,7 +1,7 @@
os: Visual Studio 2017

# Version format
version: 0.3.0.{build}
version: 1.0.0.{build}

cache:
- packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
Expand All @@ -14,7 +14,7 @@ branches:
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
init:
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=

build_script:
- cmd: >-
Expand Down

0 comments on commit 802155c

Please sign in to comment.