Merge pull request #7944 from abpframework/cli-removecmskit-json

Cli: RemoveCmsKitStep should include json files
pull/7952/head
Enis Necipoglu 5 years ago committed by GitHub
commit e4438b8a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ namespace Volo.Abp.Cli.ProjectBuilding.Building.Steps
var commonFiles = context.Files.Where(f =>
f.Name.EndsWith(".csproj") ||
f.Name.EndsWith(".cs") ||
f.Name.EndsWith(".json") ||
f.Name.EndsWith(".cshtml"));
foreach (var file in commonFiles)

Loading…
Cancel
Save