pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Assign full Node process.env map to the exec options for the tool runner #31

Closed praneetloke closed 4 years ago

praneetloke commented 4 years ago

This PR adds the process.env map to the tool runner's exec options, so that all built-in system and agent variables are available to the Pulumi CLI as an env var in the format that it expects (i.e., upper-cased, spaces and dots replaces with _.)

praneetloke commented 4 years ago

@justinvp the GitHub check suite was, for some reason, hung and never kicked-off a PR build. So I pushed an update to try and re-trigger a PR build. Looks like it is running now. Would you mind approving the PR again?