I am having an issue with this extension (Azure DevOps Extension- PublishHTMLReport) somehow HTML tab is not appearing in the Azure DevOps. The below config of this plugin: htmltype: Jmeter JmeterReportsPath: D:\a\r1\a\HTMLReports
Prior to the above task, I am using the CMD task as below: echo 'JMeter' jmeter -n -t _JmeterTest\JmeterWebApp.jmx -l _JmeterTest\Summary.jtl -e -o HTMLReports
In the log, it is generating HTML content but not publishing HTML reports using Publish HTML Report extension.