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}
21branches :
32 only :
43 - master
@@ -29,15 +28,15 @@ after_test:
2928before_package :
3029- cmd : copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
3130before_deploy :
32- - ps :
31+ - cmd : move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
3332deploy :
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
You can’t perform that action at this time.
0 commit comments