yml build 'release' only with master branch and build 'debug' with other branches
I have the following AppVeyor file.
https://github.com/rhyous/StringLibrary/blob/master/appveyor.yml
How do I make it so builds from 'master' branch build 'release' while builds from any other branch or a pull request build 'debug'?
I tried to
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 31 Jan, 2020 09:37 PM
Hi Jared,
Looks like this is what you need: https://www.appveyor.com/docs/branches/#sharing-common-configuratio...
Feodor Fitsner closed this discussion on 03 Apr, 2020 06:47 PM.