File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 96
96
# fall back to calling the installer after the branch we're on
97
97
installer_name : Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%.exe
98
98
99
- # Create Installers for
99
+ # Create Installers to store at appveyor and upload to github
100
100
after_test :
101
101
- cmd : iscc /O "Rubberduck.Deployment\InnoSetup\Rubberduck.Installer.Build.iss"
102
102
- cmd : move %INSTALLER_DIR%\Rubberduck.Setup.exe %INSTALLER_DIR%\%INSTALLER_NAME%
103
-
103
+
104
104
# grab the installers we produce and upload them to github :)
105
105
artifacts :
106
106
- path : Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.*.exe
@@ -112,7 +112,7 @@ deploy:
112
112
description : AppVeyor build on [master] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
113
113
auth_token :
114
114
secure : NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
115
- artifact : Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version).exe
115
+ artifact : Rubberduck
116
116
draft : true
117
117
prerelease : false
118
118
on :
@@ -123,11 +123,12 @@ deploy:
123
123
description : AppVeyor build on [next] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
124
124
auth_token :
125
125
secure : NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
126
- artifact : Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version)-pre.exe
126
+ artifact : Rubberduck
127
127
draft : false
128
128
prerelease : true
129
129
on :
130
130
branch : next
131
+ # This is Duga posting stuff to the war room
131
132
notifications :
132
133
- provider : Webhook
133
134
url : http://stats.zomis.net/GithubHookSEChatService/hooks/github/payload?roomId=14929
You can’t perform that action at this time.
0 commit comments