RamblingCookieMonster / BuildHelpers

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

Fix VSTS Vars in release pipe #89

Closed lipkau closed 5 years ago

lipkau commented 5 years ago

redefined variables for VSTS to support the Release Pipeline as far as possible

closes #76

RamblingCookieMonster commented 5 years ago

Works for me! A few questions, keeping in mind I haven't played with Azure Devops:

Cheers!

lipkau commented 5 years ago

Will these be found in all the different sorts of stages associated with a build system (e.g. build, release)?

no. every stage runs on a different vm. makes no sense to share env var. they will most likely not even be of the same OS.

Would it be worth changing the name to AzureDevOps or Azure, vs. VSTS?

Maybe. I most often hear AzurePipelines. As they rebranded the product, it might be a good move for this module, making it easier to the user that did not know the product before the rebranding

RamblingCookieMonster commented 5 years ago

Sounds good, merging!