File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ after_test:
2828before_package :
2929- cmd : copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
3030before_deploy :
31- - cmd : move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_VERSION_NUMBER %.exe
31+ - cmd : move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION %.exe
3232deploy :
3333- provider : GitHub
3434 tag : Rubberduck v$(appveyor_build_version)
3535 release : Rubberduck v$(appveyor_build_version)-prerelease
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.* .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.* .exe
50+ artifact : Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION% .exe
5151 draft : true
5252 prerelease : false
5353 on :
6666 - next
6767 version : 2.1.0.{build}
6868 before_deploy :
69- - cmd : dir Installers
7069 - cmd : move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-prerelease.exe
71- - cmd : dir Installers
72- - cmd : echo %APPVEYOR_BUILD_VERSION%
70+ - cmd : dir Installers
You can’t perform that action at this time.
0 commit comments