Skip to content

How do I apply environment variable to turn on HTML report on analyze? #1066

Answered by twsouthwick
JinsPeter asked this question in Q&A
Discussion options

You must be logged in to vote

It should be added before an invocation of the tool. You may add them globally or per console window.

For example in PowerShell:

$env:UA_FEATURES="SOLUTION_WIDE_SDK_CONVERSION"
upgrade-assistant features --list

Outputs:

[11:18:11 INF] 'ANALYZE_OUTPUT_FORMAT': False
[11:18:11 INF] 'ENABLE_CROSS_PLATFORM': False
[11:18:11 INF] 'SOLUTION_WIDE_SDK_CONVERSION': True

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JinsPeter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants