Skip to content

Commit f6dbce0

Browse files
azchohfiRosuavio
authored andcommitted
Workaround for "InheritDoc" issue with "Nerdbank.GitVersioning" xml docs
InheritDoc fails when there are more than one source xml doc for a specified target. This is from "Nerdbank.GitVersioning" project and is not an issue here.
1 parent e1ddd52 commit f6dbce0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/build.cake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ var stylerFile = baseDir + "/settings.xamlstyler";
4343
string Version = null;
4444

4545
var inheritDoc = toolsDir + "/InheritDoc/tools/InheritDoc.exe";
46-
var inheritDocExclude = "Foo.*";
46+
47+
// Ignoring NerdBank until this is merged and we can use a new version of inheridoc:
48+
// https://github.com/firesharkstudios/InheritDoc/pull/27
49+
var inheritDocExclude = "Nerdbank.GitVersioning.ManagedGit.GitRepository";
4750

4851
//////////////////////////////////////////////////////////////////////
4952
// METHODS

0 commit comments

Comments
 (0)