Skip to content

Commit a50c867

Browse files
shadowofsiliconretailcoder
authored andcommitted
Attempt to add version number to installer file names (#3292)
1 parent 48dcdce commit a50c867

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

appveyor.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: 2.1.0.{build}
21
branches:
32
only:
43
- master
@@ -29,15 +28,15 @@ after_test:
2928
before_package:
3029
- cmd: copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
3130
before_deploy:
32-
- ps:
31+
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
3332
deploy:
3433
- provider: GitHub
3534
tag: Rubberduck v$(appveyor_build_version)
3635
release: Rubberduck v$(appveyor_build_version)-prerelease
3736
description: AppVeyor build on [next] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
3837
auth_token:
3938
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
40-
artifact: Installers\Rubberduck.Setup.$(appveyor_build_version)-prerelease.exe
39+
artifact: Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-prerelease.exe
4140
draft: false
4241
prerelease: true
4342
on:
@@ -48,7 +47,7 @@ deploy:
4847
description: AppVeyor build on [master] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
4948
auth_token:
5049
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
51-
artifact: Installers\Rubberduck.Setup.exe
50+
artifact: Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
5251
draft: true
5352
prerelease: false
5453
on:
@@ -59,3 +58,13 @@ notifications:
5958
on_build_success: true
6059
on_build_failure: true
6160
on_build_status_changed: false
61+
version: 2.1.0
62+
for:
63+
-
64+
branches:
65+
only:
66+
- next
67+
version: 2.1.0.{build}
68+
before_deploy:
69+
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-prerelease.exe
70+
- cmd: dir Installers

0 commit comments

Comments
 (0)