|
|
|
@ -11,6 +11,7 @@ namespace Volo.Abp.Cli.ProjectBuilding.Building.Steps |
|
|
|
f.Name.EndsWith(".csproj") || |
|
|
|
f.Name.EndsWith("Module.cs") || |
|
|
|
f.Name.EndsWith("MyProjectNameMigrationsDbContext.cs") || |
|
|
|
f.Name.EndsWith("MyProjectNameMigrationsDbContextBase.cs") || |
|
|
|
f.Name.EndsWith("MyProjectNameGlobalFeatureConfigurator.cs") || |
|
|
|
(f.Name.EndsWith(".cshtml") && f.Name.Contains("MyCompanyName.MyProjectName.Web.Public")) |
|
|
|
); |
|
|
|
|