Fix Locale in Metadata for New-MarkdownCommandHelp#813
Conversation
|
Hey @adityapatwardhan Could we please review this PR? |
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sdwheeler
left a comment
There was a problem hiding this comment.
@adityapatwardhan LGTM
6c98653 to
9ec7c20
Compare
|
@adityapatwardhan |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@teramako please have a look at the test failures |
|
I reviewed the CI failure and confirmed that the regression comes from the Switching to Therefore, I am changing the approach: I will continue using A new commit has been pushed with this updated approach. |
747bc70 to
106f699
Compare
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
PR Summary
use
MetadataUtils.GetCommandHelpBaseMetadata(cmdHelp)instead ofMetadataUtils.GetCommandHelpBaseMetadataFromCommandInfo(commandInfo)PR Context
To fix issue:
This change is