Search code examples
azureazure-devopsazure-pipelinesazure-marketplaceazure-pipelines-tasks

Publish HTML file in Azure Classic pipeline


I'm building a project in Azure Classic pipeline.

now i have to publish an HTML File to the tab, so i used one or more extensions (Publish HTML Reports, HTML Viewer). The problem is, it doesn't publish css scripts, so that the published page is not viewing perfectly.

This is what i want ๐Ÿ‘‡๐Ÿ‘‡

result should look like this

This is what i got ๐Ÿ‘‡๐Ÿ‘‡ this is what i got

Source code of both images are not same, used for better understanding


Solution

  • I am afraid Azure devops doesn't support publish custom HTML report yet.

    There are user voices having been submitted to Microsoft development team. See user voice Support for generic HTML Publishing inside Build and Release Pipelines.

    You can vote up above user voice, Or create a new user voice of your own regarding this issue.