Documentation misleading/incorrect.

micah's Avatar

micah

17 Mar, 2016 02:11 AM

https://www.appveyor.com/docs/build-configuration#build-versioning

In the docs there it shows version: 1.0.{build} as a thing you can add to your appveyor.yml. Now this may be a YML thing, but when I tried to put version: {build} I got an error saying that it must be a string. To resolve the issue I changed it to version: '{build}'.

I recommend changing the documentation to include the quotes so it reads version: '1.0.{build}'. I believe this will work and I think it will help with clarity in case someone wants to have just {build} for their version.

  1. Support Staff 1 Posted by Feodor Fitsner on 17 Mar, 2016 02:22 AM

    Feodor Fitsner's Avatar

    It's been updated, thanks for pointing that out!

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:05 AM.

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