morelinq/MoreLINQ

Add continuous documentation build

Open

#417 ouverte le 21 mars 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (406 forks)batch import
Component-Scriptsdocshelp wanted

Métriques du dépôt

Stars
 (3 495 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur