My intention is to improve the code documentation of our Visual Studio C# solutions. Therefore I want to upload the xml-based C# documentation to Visual Studio Team Services.
Option 1: Doxygen
- there is a package for doxygen, which can be added to the build definition
- then the documentation is included at the menu of the vsts as pdf-file.
But i'm looking more for a solution to build the code docu as a html-file and publish it e.g in the project wiki at VSTS.
Option 2: Preferred but not found
- create the documentation as a html file
- add it to the VSTS project wiki or dashboard
Is there a package for VSTS to implement option 2? Can someone describe the way, how to implement option 2?