Skip to content

Commit 6985c5c

Browse files
authored
Exclude identityserver readme.txt when not used (#35512)
1 parent 721c539 commit 6985c5c

File tree

1 file changed

+2
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@
217217
"exclude": [
218218
"Server/Areas/Identity/Pages/Shared/_LoginPartial.cshtml",
219219
"Server/Controllers/OidcConfigurationController.cs",
220-
"Server/Models/ApplicationUser.cs"
220+
"Server/Models/ApplicationUser.cs",
221+
"Server/Readme.txt"
221222
]
222223
}
223224
]

0 commit comments

Comments
 (0)