Skip to content

Commit e46a4a0

Browse files
shadowofsiliconretailcoder
authored andcommitted
Another try at deploying installers with the version number in the filename (#3293)
1 parent a50c867 commit e46a4a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ deploy:
3636
description: AppVeyor build on [next] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
3737
auth_token:
3838
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
39-
artifact: Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-prerelease.exe
39+
artifact: Installers\Rubberduck.Setup.$(appveyor_build_version)-prerelease.exe
4040
draft: false
4141
prerelease: true
4242
on:
@@ -47,7 +47,7 @@ deploy:
4747
description: AppVeyor build on [master] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
4848
auth_token:
4949
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
50-
artifact: Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
50+
artifact: Installers\Rubberduck.Setup.$(appveyor_build_version).exe
5151
draft: true
5252
prerelease: false
5353
on:

0 commit comments

Comments
 (0)