Skip to content

Commit 02c6c42

Browse files
Merge branch 'next' of https://github.com/shadowofsilicon/Rubberduck into next
2 parents 6e8c653 + 0bcb2ce commit 02c6c42

File tree

2 files changed

+33
-21
lines changed

2 files changed

+33
-21
lines changed

RetailCoder.VBE/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.1.0.*")]
35-
[assembly: AssemblyFileVersion("2.1.0.0")]
34+
[assembly: AssemblyVersion("2.1.*")]
35+
//[assembly: AssemblyFileVersion("2.1.0.0")]

appveyor.yml

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
version: 2.1.{build}
1+
version: 2.1.0
2+
for:
3+
-
4+
branches:
5+
only:
6+
- next
7+
version: 2.1.0.{build}
8+
after_test:
9+
- cmd: iscc /q "Installer Build Script.iss"
10+
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-pre.exe
211
branches:
312
only:
413
- master
@@ -15,40 +24,43 @@ before_build:
1524
- ps: choco install innosetup
1625
build:
1726
verbosity: normal
18-
artifacts:
19-
- path: Installers\Rubberduck.Setup.exe
20-
name: Rubberduck
27+
assembly_info:
28+
patch: true
29+
file: RetailCoder.VBE\Properties\AssemblyInfo.cs
30+
assembly_version: '{version}'
2131
hosts:
2232
api.nuget.org: 93.184.221.200
23-
after_test:
24-
- iscc /q "Installer Build Script.iss"
2533
before_package:
2634
- cmd: copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
27-
before_deploy:
28-
- ps:
35+
after_test:
36+
- iscc /q "Installer Build Script.iss"
37+
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
38+
artifacts:
39+
- path: Installers\Rubberduck.Setup.*.exe
40+
name: Rubberduck
2941
deploy:
3042
- provider: GitHub
3143
tag: Rubberduck v$(appveyor_build_version)
3244
release: Rubberduck v$(appveyor_build_version)
33-
description: AppVeyor build on [next] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
45+
description: AppVeyor build on [master] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
3446
auth_token:
3547
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
36-
artifact: Installers\Rubberduck.Setup.exe
37-
draft: false
38-
prerelease: true
48+
artifact: Installers\Rubberduck.Setup.$(appveyor_build_version).exe
49+
draft: true
50+
prerelease: false
3951
on:
40-
branch: next
52+
branch: master
4153
- provider: GitHub
4254
tag: Rubberduck v$(appveyor_build_version)
43-
release: Rubberduck v$(appveyor_build_version)
44-
description: AppVeyor build on [master] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
55+
release: Rubberduck v$(appveyor_build_version)-pre
56+
description: AppVeyor build on [next] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
4557
auth_token:
4658
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
47-
artifact: Installers\Rubberduck.Setup.exe
48-
draft: true
49-
prerelease: false
59+
artifact: Installers\Rubberduck.Setup.$(appveyor_build_version)-pre.exe
60+
draft: false
61+
prerelease: true
5062
on:
51-
branch: master
63+
branch: next
5264
notifications:
5365
- provider: Webhook
5466
url: http://stats.zomis.net/GithubHookSEChatService/hooks/github/payload?roomId=14929

0 commit comments

Comments
 (0)