From fe771ab73598467829e068f8973dd7509634e74b Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Wed, 30 Dec 2020 15:42:54 -0800 Subject: [PATCH] Update docfx.json Add "**/*.svg" to build.resource.files --- windows/security/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/docfx.json b/windows/security/docfx.json index 1998bdf279..a27324310a 100644 --- a/windows/security/docfx.json +++ b/windows/security/docfx.json @@ -21,7 +21,8 @@ "files": [ "**/*.png", "**/*.jpg", - "**/*.gif" + "**/*.gif", + "**/*.svg" ], "exclude": [ "**/obj/**",