From 8afbc5bb336a2371ae531b04e1fd86ee3ccb64f9 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Mon, 24 Apr 2017 13:14:26 -0700 Subject: [PATCH] adding PDF to build exclusion --- windows/hub/docfx.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/hub/docfx.json b/windows/hub/docfx.json index 3bce929265..863fc12d71 100644 --- a/windows/hub/docfx.json +++ b/windows/hub/docfx.json @@ -20,7 +20,9 @@ { "files": [ "**/*.png", - "**/*.jpg" + "**/*.jpg", + "**/*.gif", + "**/*.pdf" ], "exclude": [ "**/obj/**",