-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Removing 'ImageVersion' as an env var as we already use 'IMAGE_VERSION' #2509
Conversation
…N'. The env var is only used SoftwareReport.Generator script.
|
Hi @al-cheb.
|
Hi guys wondering if this could be reviewed? |
/azp run windows2016, windows2019 |
Azure Pipelines successfully started running 2 pipeline(s). |
@jmos5156, Please merge the latest changes from main branch to start an image generation process. |
I have merged the latest changes from the main branch into this PR. |
/azp run windows2016, windows2019 |
Azure Pipelines successfully started running 2 pipeline(s). |
Are we ok to approve this now? |
Merging this one, thanks for contribution! |
Description
Improvement.
See related issue item #2508
This is mainly code clean up in relation to the new install scripts. We are setting two environment variables with the same result but written in two different ways
IMAGE_VERSION
andImageVersion
. After looking through the code (functions, modules, and scripts) the only place whereImageVersion
is used happens to be in the SoftwareReport.Generator. This PR simply changes this to keep to one set on common env vars using the same format.Related issue:
Check list