Skip to content

Commit

Permalink
Merge pull request #20318 from abpframework/auto-merge/prerel-8-3/2834
Browse files Browse the repository at this point in the history
Merge branch dev with prerel-8.3
  • Loading branch information
maliming committed Jul 29, 2024
2 parents 7402da8 + 3ceec24 commit d3504ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public override void Execute(ProjectBuildContext context)
file.Name.EndsWith(".html") ||
file.Name.EndsWith(".ts") ||
file.Name.EndsWith(".css") ||
file.Name.Contains("Dockerfile"))
file.Name.Contains("Dockerfile") ||
file.Name.Contains(".razor"))
{
file.RemoveTemplateCode(context.Symbols);
file.RemoveTemplateCodeMarkers();
Expand Down

0 comments on commit d3504ff

Please sign in to comment.