From 898353584ff760844e5ca525abf5834917f1dfce Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 24 Oct 2019 15:00:37 -0700 Subject: [PATCH] Update docfx.json added "**/*.pdf" on resource.files --- windows/deployment/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/deployment/docfx.json b/windows/deployment/docfx.json index cf43dc83df..0140c72936 100644 --- a/windows/deployment/docfx.json +++ b/windows/deployment/docfx.json @@ -21,7 +21,8 @@ "files": [ "**/*.png", "**/*.jpg", - "**/*.gif" + "**/*.gif", + "**/*.pdf" ], "exclude": [ "**/obj/**",