You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have found a few tools that have configurations / parameters only available to set via environment variables, currently we don't expose ProcessStartInfoEnvironmentVariables 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: