RamblingCookieMonster / BuildHelpers

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

Ability to push environment variables back into the build environment #103

Open FISHMANPET opened 5 years ago

FISHMANPET commented 5 years ago

There's currently a private function that will push the BH* variables back into your build environment. I have need to set a variable that's readable by my environment, and I was about to suggest that function be made public, then I realized it might make more sense to make a generic function that lets you set a variable and BH will figure out how to do it based on what build system you're in