morelinq/MoreLINQ

Add continuous documentation build

Open

#417 建立於 2018年3月21日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C# (406 fork)batch import
Component-Scriptsdocshelp wanted

倉庫指標

Star
 (3,495 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南