-
Hi, I have the Wiki Updater task successfully publishing release notes to an Azure DevOps Wiki, but I cannot get it to publish the notes to a sub-folder e.g. Home/ReleaseNotes. I have specified the local path to be $(System.DefaultWorkingDirectory)\repo\Home\ReleaseNotes.md but this still publishes the notes to the parent folder. Any idea on how to use the single file wiki updater task to publish the release notes into a subfolder? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The local path is just where the temporary clone of the wiki repo is stored. This is a sample block of YAML for adding a folder to contain a file, the key is the
|
Beta Was this translation helpful? Give feedback.
The local path is just where the temporary clone of the wiki repo is stored.
This is a sample block of YAML for adding a folder to contain a file, the key is the
filename
. If it includes a path that will be created if it is already not present