RamblingCookieMonster / BuildHelpers

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

Environment variable creation improvements #140

Open fourpastmidnight opened 1 year ago

fourpastmidnight commented 1 year ago

Typically, environment variables are UPPER-CASED, particularly on *nix-based operating systems. Even Windows defaults to UPPER-CASED environment variable names. This pull request addresses that issue and closes #138.