Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Publish Markdown Reports
Publish Markdown Reports

Publish Markdown Reports

Muhammad Usama

|
1 install
| (0) | Free
An extension to publish markdown reports in build result tab.
This extension is now unpublished from Marketplace. You can choose to uninstall it.

Publish Markdown reports

This is an extension for Azure Pipelines to publish release notes in a tab in a build result page.

Overview

This extension adds a "Release Notes" tab to a build result page.

Usage

Project setting

Add this extension to your project in Marketplace page. TODO: add link

Pipeline setting

Add the following YAML definition in your pipeline.

- task: PublishReleaseNotes@1
  inputs:
    contentPath: $(Build.SourcesDirectory)/
    indexFile: releasenotes.md
    headingId: doxybook2
  • contentPath specifies a root directory of your Markdown files.
  • indexFile is optional. index.md is used as default.
  • headingId is optional. none, pythonmarkdown, or doxybook2.

3rd party libraries

This extension uses the following 3rd party libraries.

  • Marked
    Christopher Jeffrey. (MIT License)
  • highlight.js
    Ivan Sagalaev. (BSD 3-Clause License)
  • DOMPurify
    Mario Heiderich. (Apache License)
  • new.css
    Example. (MIT License)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft