This document describes how to publish the documentation to the configured branch using the Cake.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:
- On Windows:
.\build.ps1 --target=publishdocs
- On MacOS/Linux:
./build.sh --target=publishdocs
- On Windows: