Skip to content

Commit 3c30fdf

Browse files
Copilotwadepickett
andauthored
Exclude jquery-validation library from docfx build and Policheck (#36677)
* Initial plan * Add jquery-validation exclusion to docfx.json Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
1 parent 11b12a9 commit 3c30fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"content": [
44
{
55
"files": [ "**/*.md", "**/*.yml" ],
6-
"exclude": [ "**/includes/**", "***/license.md", "**/obj/**", "***/readme.md", "**/sample/**", "**/samples/**", "_site/**" ],
6+
"exclude": [ "**/includes/**", "***/license.md", "**/obj/**", "***/readme.md", "**/sample/**", "**/samples/**", "_site/**", "**/lib/jquery-validation/**" ],
77
"group": "group1",
88
"src": "."
99
},

0 commit comments

Comments
 (0)