Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6474ba

Browse files
committed
Don't try to document generator tool.
1 parent df8d710 commit a6474ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Build/Build.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public static int Main(string[] args) => BuildRunner.Execute(args, build =>
2424
GitAuthor = new GitAuthorInfo("FacilityApiBot", "[email protected]"),
2525
GitBranchName = Environment.GetEnvironmentVariable("APPVEYOR_REPO_BRANCH"),
2626
SourceCodeUrl = "https://github.com/FacilityApi/RepoName/tree/master/src",
27+
ProjectHasDocs = name => !name.StartsWith("fsdgen", StringComparison.Ordinal),
2728
},
2829
DotNetTools = dotNetTools,
2930
SourceLinkSettings = new SourceLinkSettings

0 commit comments

Comments
 (0)