From dc19c83affe388e2e3156e4ec8befdde4a13a954 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Thu, 12 Mar 2020 13:49:02 -0700 Subject: [PATCH] add bmp resource --- windows/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/docfx.json b/windows/docfx.json index afb77d1e77..4661aaf2be 100644 --- a/windows/docfx.json +++ b/windows/docfx.json @@ -9,7 +9,7 @@ ], "resource": [ { - "files": ["**/images/**", "**/*.pdf"], + "files": ["**/images/**", "**/*.pdf", "**/*.bmp"], "exclude": ["**/obj/**"] } ],