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

(maint) Extract all used environment variables #3241

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AdmiringWorm
Copy link
Member

Description Of Changes

These changes extracts all of the environment variables that we
make use of while running Chocolatey CLI. Both variables that are
used as part of running package scripts, and variables we use
only when they are set on the system.

A change to make these environment variables and all other internal
types available to other products and the test projects has been made.

Motivation and Context

To be able to have a single location to add and use environment variable names from.

Testing

N/A. Need to be ran through test kitchen.

Operating Systems Testing

  • Windows 10

Change Types Made

  • Bug fix (non-breaking change).
  • Feature / Enhancement (non-breaking change).
  • Breaking change (fix or feature that could cause existing functionality to change).
  • Documentation changes.
  • PowerShell code changes.

Change Checklist

  • Requires a change to the documentation.
  • Documentation has been updated.
  • Tests to cover my changes, have been added.
  • All new and existing tests passed?
  • PowerShell code changes: PowerShell v2 compatibility checked?

Related Issue

N/A

@AdmiringWorm AdmiringWorm self-assigned this Jun 30, 2023
@AdmiringWorm AdmiringWorm requested a review from gep13 June 30, 2023 11:12
@AdmiringWorm AdmiringWorm force-pushed the environment-variables branch 2 times, most recently from df1f840 to 76676a3 Compare June 30, 2023 12:04
@AdmiringWorm AdmiringWorm marked this pull request as draft June 30, 2023 12:49
@AdmiringWorm
Copy link
Member Author

Putting this back to draft, as we can not make all internal types available for dependent projects.

These changes extracts all of the environment variables that we
make use of while running Chocolatey CLI. Both variables that are
used as part of running package scripts, and variables we use
only when they are set on the system.

A change to make these environment variables and all other internal
types available to other products and the test projects has been made.
@AdmiringWorm AdmiringWorm marked this pull request as ready for review June 30, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant