From c32d2c950c51b6690e23cf4ccaf3402d886c61ac Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 19 Dec 2018 12:07:22 -0800 Subject: [PATCH] exclude license files from publishing (#10051) * exclude readme files from publishing * one more try * removed comma * trying something else * one more try * Update docfx.json --- aspnetcore/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aspnetcore/docfx.json b/aspnetcore/docfx.json index 3273ca2f7d..955a7bbb7e 100644 --- a/aspnetcore/docfx.json +++ b/aspnetcore/docfx.json @@ -13,7 +13,8 @@ "**/includes/**", "**/aspnet-core-conceptual/**", "_site/**", - "***/readme.md" + "***/readme.md", + "***/license.md" ], "group": "group1", "src": "."