-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add User Setting controlling Path Tokenization #3209
Conversation
This comment has been minimized.
This comment has been minimized.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@yao-msft - When re-running the tests locally I get similar messages for several tests. Is this the same error the pipeline is showing?
|
The failure test case is: SettingsAnonymizePathForDisplay/Invalid Value with: FAILED: Maybe set a breakpoint to see why 2 warnings instead of 1 warnings? |
It seems to be complaining about data type when I try to load the settings file. I'm taking a guess that its because the string value isn't quoted and is malformed JSON. If the latest commit doesn't fix the test, I'm not sure what the second error would be Edit: Validated and tested locally by logging the exact errors thrown |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Some users may not want their paths to be replaced with environment variables when displayed. This PR adds a setting to control whether the paths are tokenized or not.
Microsoft Reviewers: Open in CodeFlow