morelinq/MoreLINQ

Add continuous documentation build

Open

#417 aperta il 21 mar 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (406 fork)batch import
Component-Scriptsdocshelp wanted

Metriche repository

Star
 (3495 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The documentation is built on each release. It would nice to see the documentation built and published on each push to master.

The documentation is built via builddocs.cmd. It requires Sandcastle Help File Builder (SHFB) to installed. A compressed archive of SHFB is available for each release that can be downloaded and then installed on an AppVeyor Windows image, perhaps using:

msiexec /i SandcastleHelpFileBuilder.msi /quiet /qn /norestart /log install.log

Guida contributor