This document describes how to publish the documentation to the configured branch using the Cake.Wyam.Recipe
script.
Please note that for every change done in the BuildParameters.WyamPublishDirectoryPath
automatically triggers a deployment as part of the build.
Manually publishing the documentation is only required if there are changes in the source code (Method signatures, namespaces, XML comments, ...).
- Make sure that you have the following environment variables set in your local development environment:
- Run
.\build.ps1 -target Publish-Documentation
.