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

Expand environment variables when resolving config values in PackageTool #44

Open
HowardWolosky opened this issue Apr 19, 2017 · 0 comments

Comments

@HowardWolosky
Copy link
Member

HowardWolosky commented Apr 19, 2017

Current guidance given to users is that if any of the config values needs to reference environment variables, that they should not be added to the config, but should rather be specified at the command-line. There isn't any reason for this though. Resolve-PackageParameters can be updated to call [Environment]::ExpandEnvironmentVariables() to resolve any config value that has environment variables specified.

@danbelcher-MSFT danbelcher-MSFT changed the title Epand environment variables when resolving config values in PackageTool Expand environment variables when resolving config values in PackageTool Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant