Is platform parameter case-insensitive as PLATFORM env var?
The Environment variables list the PLATFORM variable:
PLATFORM- platform name set on Build tab of project settings (or throughplatformparameter inappveyor.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?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 19 Mar, 2017 08:19 PM
It doesn't matter. Both lower- and upper-case should work.
2 Posted by mloskot on 19 Mar, 2017 10:33 PM
Fedor, thanks. So, both are case-insensitive. The explicit use of upper and lower case in the docs suggests the case may be relevant.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:15 AM.