Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment variable support for Process & Tool #1092

Closed
devlead opened this issue Jul 21, 2016 · 0 comments
Closed

Add environment variable support for Process & Tool #1092

devlead opened this issue Jul 21, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@devlead
Copy link
Member

devlead commented Jul 21, 2016

Have found a few tools that have configurations / parameters only available to set via environment variables, currently we don't expose ProcessStartInfo EnvironmentVariables at all.

This could also enable letting tools know they're running under Cake and make integration tests easier as you could i.e. provide known variables for testing build system scenarios etc.

Will propose a PR shortly for this.

@devlead devlead added this to the v0.15.0 milestone Jul 21, 2016
@devlead devlead self-assigned this Jul 21, 2016
devlead added a commit to devlead/cake that referenced this issue Jul 21, 2016
* Add EnvironmentVariables to ProcessSettings
* Add EnvironmentVariables to ToolSettings
* Fixes cake-build#1092
devlead added a commit to devlead/cake that referenced this issue Jul 21, 2016
* Add EnvironmentVariables to ProcessSettings
* Add EnvironmentVariables to ToolSettings
* Fixes cake-build#1092
devlead added a commit to devlead/cake that referenced this issue Jul 22, 2016
* Add EnvironmentVariables to ProcessSettings
* Add EnvironmentVariables to ToolSettings
* Fixes cake-build#1092
devlead added a commit to devlead/cake that referenced this issue Jul 22, 2016
* Add EnvironmentVariables to ProcessSettings
* Add EnvironmentVariables to ToolSettings
* Add CakeVersion on ICakeRuntime
* Fixes cake-build#1092
gep13 added a commit that referenced this issue Jul 22, 2016
GH 1092: Add environment variable support for StartProcess & Tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant