Skip to content

Commit

Permalink
Merge pull request #20317 from abpframework/auto-merge/rel-8-2/2833
Browse files Browse the repository at this point in the history
Merge branch prerel-8.3 with rel-8.2
  • Loading branch information
maliming committed Jul 29, 2024
2 parents fb83d43 + f8af961 commit 3ceec24
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 3ceec24

Please sign in to comment.