We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399c92a commit 9a85931Copy full SHA for 9a85931
appveyor.yml
@@ -92,8 +92,8 @@ for:
92
- master
93
- next
94
environment:
95
- # fall back to calling the installer after the branch we're on
96
- installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%.exe
+ # fall back to naming the installer something that shows we're in an unexpected state
+ installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-unexpected.exe
97
release_name: Rubberduck v%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%
98
99
# Create Installers to store at appveyor and upload to github
0 commit comments