You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the document generation scripts for docfx were broken e.g. Unable to
download docfx from github due to TLS. This commit;
* Updates the BuildDocs script to properly clean and download docfx from Github
* Updates the docfx.json file to use the correct naming (cwd -> src) and to
use the correct project files
* Updates gitignore to ignore docfx working directory
* Adds two build tasks (BuildDocs and ServeDocs) to build and serve
autogenerated documentation
* Adds additional configuration switch for Invoke-Build for legacy applications,
like docfx, which use MSBuild as a library but it needs the dotNet Core
versions of MSBuild instead of VS 2015/2017
0 commit comments