-
Notifications
You must be signed in to change notification settings - Fork 431
YAML Documentation Tasks
rfennell edited this page Apr 24, 2020
·
2 revisions
This set of tasks generate YAML documentation
The YAML documenter task uses the task.json files within an extension package to build YAML documentation. It can also copy the extensions readme.md to the same output location as the generated YAML file. The file name formats would be
- fileprefix-YAML.md
- fileprefix.md
It is assumed that the file generated will be uploaded to some location, such as a WIKI, by another task.
Add the task to a build or release
- Source Directory - The root of the extension source, where the vss-extension.json file is
- Output Directory - Where to write the output markdown file to.
- FilePrefix - The output filename prefix, if not set the extension ID will be used from the vss-extension.json file
- CopyReadme - If true will also copy the readme.md for the extension with the same file prefix as the YAML