Skip to content

Commit 1060b4d

Browse files
committed
Clean up, fix tests.
1 parent 25e8e66 commit 1060b4d

File tree

1 file changed

+8
-3
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config

1 file changed

+8
-3
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/template.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
"BlazorWeb-CSharp/Components/Pages/NotFound.razor": "./BlazorWeb-CSharp.Client/Pages/NotFound.razor",
7171
"BlazorWeb-CSharp/Components/Pages/Weather.razor": "./BlazorWeb-CSharp.Client/Pages/Weather.razor",
7272
"BlazorWeb-CSharp/Components/Routes.razor": "./BlazorWeb-CSharp.Client/Routes.razor"
73-
}
73+
},
74+
"exclude": [
75+
"BlazorWeb-CSharp/Components/Pages/WeatherDetails.razor"
76+
]
7477
},
7578
{
7679
"condition": "(!UseProgramMain)",
@@ -92,8 +95,7 @@
9295
{
9396
"condition": "(!(UseServer && !UseWebAssembly))",
9497
"exclude": [
95-
"BlazorWeb-CSharp/Components/Pages/Counter.razor",
96-
"BlazorWeb-CSharp/Components/Pages/WeatherDetails.razor"
98+
"BlazorWeb-CSharp/Components/Pages/Counter.razor"
9799
]
98100
},
99101
{
@@ -116,9 +118,12 @@
116118
{
117119
"condition": "(!SampleContent)",
118120
"exclude": [
121+
"BlazorWeb-CSharp/Components/Models/WeatherForecast.*",
119122
"BlazorWeb-CSharp/Components/Pages/Auth.*",
120123
"BlazorWeb-CSharp/Components/Pages/Counter.*",
124+
"BlazorWeb-CSharp/Components/Pages/NotFound.*",
121125
"BlazorWeb-CSharp/Components/Pages/Weather.*",
126+
"BlazorWeb-CSharp/Components/Pages/WeatherDetails.*",
122127
"BlazorWeb-CSharp/Components/Layout/NavMenu.*",
123128
"BlazorWeb-CSharp/wwwroot/lib/**",
124129
"BlazorWeb-CSharp/wwwroot/favicon.*",

0 commit comments

Comments
 (0)