File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 2.1.0.{build}
2
1
branches :
3
2
only :
4
3
- master
@@ -29,15 +28,15 @@ after_test:
29
28
before_package :
30
29
- cmd : copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
31
30
before_deploy :
32
- - ps :
31
+ - cmd : move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
33
32
deploy :
34
33
- provider : GitHub
35
34
tag : Rubberduck v$(appveyor_build_version)
36
35
release : Rubberduck v$(appveyor_build_version)-prerelease
37
36
description : AppVeyor build on [next] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
38
37
auth_token :
39
38
secure : oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
40
- artifact : Installers\Rubberduck.Setup.$(appveyor_build_version) -prerelease.exe
39
+ artifact : Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION% -prerelease.exe
41
40
draft : false
42
41
prerelease : true
43
42
on :
@@ -48,7 +47,7 @@ deploy:
48
47
description : AppVeyor build on [master] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
49
48
auth_token :
50
49
secure : oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
51
- artifact : Installers\Rubberduck.Setup.exe
50
+ artifact : Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%. exe
52
51
draft : true
53
52
prerelease : false
54
53
on :
@@ -59,3 +58,13 @@ notifications:
59
58
on_build_success : true
60
59
on_build_failure : true
61
60
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
You can’t perform that action at this time.
0 commit comments