What variables are available in the appVeyor.yml?
The reference at http://www.appveyor.com/docs/appveyor-yml is very helpful. I see that there are some inline variables I can use like {build} and {version}. It would be cool if 1) there was also a list of all variables that are available out of the box, and 2) there was a way to define custom variables.
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 17 Jun, 2014 04:56 PM
There are only two of them in curly braces: {build} and {version}. They come from AppVeyor v1 and left for backward compatibility. Current approach is using
$(environment_variable)
notion.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:45 AM.