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 872ac02 commit 110552dCopy full SHA for 110552d
appveyor.yml
@@ -1,8 +1,12 @@
1
-version: 0.2.0.{build}
+version: '$(core_version).{build}'
2
os: Unstable
3
configuration: Release
4
clone_depth: 10
5
6
+environment:
7
+ core_version: '0.2.0'
8
+ prerelease_name: '-beta'
9
+
10
branches:
11
only:
12
- master
@@ -18,9 +22,9 @@ branches:
18
22
assembly_info:
19
23
patch: true
20
24
file: '**\AssemblyInfo.*'
21
- assembly_version: '0.2.0' # This version number should always have 0 for the last section
25
+ assembly_version: '{version}'
26
assembly_file_version: '{version}'
- assembly_informational_version: '{version}'
27
+ assembly_informational_version: '$(core_version)$(prerelease_name)+{build}'
28
29
install:
30
- git submodule -q update --init
0 commit comments