Fix build break
This commit is contained in:
parent
0b393fbc04
commit
77fbeec8bb
|
|
@ -9,7 +9,10 @@
|
||||||
],
|
],
|
||||||
"xmlDoc": true,
|
"xmlDoc": true,
|
||||||
"compile": {
|
"compile": {
|
||||||
|
"include": "**/*.cs",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
"bin",
|
||||||
|
"obj",
|
||||||
"DeveloperExceptionPage/Views/*.cshtml",
|
"DeveloperExceptionPage/Views/*.cshtml",
|
||||||
"RuntimeInfo/Views/*.cshtml",
|
"RuntimeInfo/Views/*.cshtml",
|
||||||
"WelcomePage/Views/*.cshtml"
|
"WelcomePage/Views/*.cshtml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue