From 5db7f3191fd6476f7d6b082b8d53ce6d97200948 Mon Sep 17 00:00:00 2001 From: Junkui Chen Date: Wed, 5 Dec 2018 20:32:17 +0000 Subject: [PATCH] Merged PR 13093: Updated docfx.json to remove *.json. Updated docfx.json to remove *.json. 1. there is no json file need to publish 2. will cause op publish temporary files. --- education/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/docfx.json b/education/docfx.json index c01be28758..227546b56a 100644 --- a/education/docfx.json +++ b/education/docfx.json @@ -9,7 +9,7 @@ ], "resource": [ { - "files": ["**/images/**", "**/*.json"], + "files": ["**/images/**"], "exclude": ["**/obj/**"] } ],