Skip to content

Commit

Permalink
(GH-1932) Fix generation of API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 authored and arturcic committed Dec 19, 2019
1 parent 5a242ef commit c51aadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/wyam.cake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Task("Preview-Documentation")
{ "Host", "gittools.github.io" },
{ "LinkRoot", "GitVersion" },
{ "BaseEditUrl", "https://github.com/gittools/GitVersion/tree/master/docs/input/" },
{ "SourceFiles", parameters.Paths.Directories.Source + "/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs" },
{ "SourceFiles", MakeAbsolute(parameters.Paths.Directories.Source) + "/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs" },
{ "Title", "GitVersion" },
{ "IncludeGlobalNamespace", false }
}
Expand Down

0 comments on commit c51aadf

Please sign in to comment.