From 9ed605ad72d1c1d668d82c648725f73e2ed3bfeb Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 19 Aug 2021 10:16:50 -0700 Subject: [PATCH] Exclude identityserver readme.txt when not used --- .../.template.config/template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json index 47ad29ff3746..167ea7f5e9c9 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json @@ -217,7 +217,8 @@ "exclude": [ "Server/Areas/Identity/Pages/Shared/_LoginPartial.cshtml", "Server/Controllers/OidcConfigurationController.cs", - "Server/Models/ApplicationUser.cs" + "Server/Models/ApplicationUser.cs", + "Server/Readme.txt" ] } ]