We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e6ddb commit 3ecd59aCopy full SHA for 3ecd59a
appveyor.yml
@@ -1,15 +1,15 @@
1
os: Visual Studio 2017
2
3
# Version format
4
-version: 0.5.10.{build}
+version: 1.0.0.{build}
5
6
cache:
7
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
8
9
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
10
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
11
init:
12
- - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
+ - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
13
14
install:
15
- ps: >-
0 commit comments