RamblingCookieMonster / BuildHelpers

Helper functions for PowerShell CI/CD scenarios
MIT License
214 stars 47 forks source link

Make all environment variables upper-cased? #138

Open fourpastmidnight opened 1 year ago

fourpastmidnight commented 1 year ago

I know we're dealing with PowerShell and that PowerShell is case-insensitive, but it is a common convention that environment variables always be UPPERCASED. Much more so in *nix environments. And given that this is actually creating environment variables which could be read outside of PowerShell, it would be better to follow this well-established convention.