|
|
|
@ -8,7 +8,7 @@ namespace Volo.Abp.Cli.ProjectBuilding.Building.Steps |
|
|
|
{ |
|
|
|
foreach (var file in context.Files) |
|
|
|
{ |
|
|
|
if (file.Name.EndsWith(".cs") || file.Name.EndsWith(".csproj") || file.Name.EndsWith(".cshtml")) |
|
|
|
if (file.Name.EndsWith(".cs") || file.Name.EndsWith(".csproj") || file.Name.EndsWith(".cshtml") || file.Name.EndsWith(".json")) |
|
|
|
{ |
|
|
|
file.RemoveTemplateCode(); |
|
|
|
file.RemoveTemplateCodeMarkers(); |
|
|
|
|