Is platform parameter case-insensitive as PLATFORM env var?

mloskot's Avatar

mloskot

19 Mar, 2017 08:10 PM

The Environment variables list the PLATFORM variable:

PLATFORM - platform name set on Build tab of project settings (or through platform parameter in appveyor.yml);

Feodor confirmed in https://github.com/appveyor/ci/issues/1278#issuecomment-274881664 comment that

environment variables have been always case-insensitive.

But, is the platform parameter in appveyor.yml case-insensitive too?

In appveyor.yml matrix, which one is correct, upper-case?

    - PLATFORM: x64
or lower-case
    - platform: x64
or does not matter, because both variable & parameter are case-insensitive?
  1. Support Staff 1 Posted by Feodor Fitsner on 19 Mar, 2017 08:19 PM

    Feodor Fitsner's Avatar

    It doesn't matter. Both lower- and upper-case should work.

  2. 2 Posted by mloskot on 19 Mar, 2017 10:33 PM

    mloskot's Avatar

    Fedor, thanks. So, both are case-insensitive. The explicit use of upper and lower case in the docs suggests the case may be relevant.

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:15 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