PublishHTMLReport
PublishHTMLReport copied to clipboard
how to access published html report
I am using following definition; run shows success but unable to find the published report, please help
- task: PublishHtmlReport@1
displayName: 'Publish Search logs Output'
inputs:
htmlType: 'genericHTML'
htmlPath: '$(Build.SourcesDirectory)/get-query-results.html'