Skip to content

Commit 2d5903a

Browse files
shadowofsiliconretailcoder
authored andcommitted
Patch assembly number with build number from AppVeyor (#3290)
* This should make the AppVeyor build numbers line up with AssemblyInfo, making it easier to relate the version# in the About box with a specific release/tag.
1 parent 8f05c01 commit 2d5903a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.1.{build}
1+
version: 2.1.{build}-prerelease
22
branches:
33
only:
44
- master
@@ -15,6 +15,10 @@ before_build:
1515
- ps: choco install innosetup
1616
build:
1717
verbosity: normal
18+
assembly_info:
19+
patch: true
20+
file: RetailCoder.VBE\Properties\AssemblyInfo.cs
21+
assembly_version: '{version}'
1822
artifacts:
1923
- path: Installers\Rubberduck.Setup.exe
2024
name: Rubberduck

0 commit comments

Comments
 (0)