|
|
|
@ -298,6 +298,7 @@ namespace Volo.Abp.Cli.ProjectBuilding.Templates.App |
|
|
|
SemanticVersion.Parse(context.BuildArgs.Version) > new SemanticVersion(4,1,99)) |
|
|
|
{ |
|
|
|
steps.Add(new RemoveFolderStep("/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore.DbMigrations/Migrations")); |
|
|
|
steps.Add(new RemoveFolderStep("/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore.DbMigrations/TenantMigrations")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|