How do I use version in on_success?
Neither of these seem to work:
version: 0.0.{build}
on_success:
- npm version %version%
- npm version {version}
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
1 Posted by justin on 03 Apr, 2015 03:35 PM
It looks like the answer is to use
%APPVEYOR_BUILD_VERSION%
justin closed this discussion on 03 Apr, 2015 03:58 PM.