exclude license files from publishing (#10051)
* exclude readme files from publishing * one more try * removed comma * trying something else * one more try * Update docfx.jsonpull/10065/head
parent
77861347f0
commit
c32d2c950c
|
@ -13,7 +13,8 @@
|
|||
"**/includes/**",
|
||||
"**/aspnet-core-conceptual/**",
|
||||
"_site/**",
|
||||
"***/readme.md"
|
||||
"***/readme.md",
|
||||
"***/license.md"
|
||||
],
|
||||
"group": "group1",
|
||||
"src": "."
|
||||
|
|
Loading…
Reference in New Issue