Browse Source

Update TemplateProjectBuilder.cs

pull/13122/head
Alper Ebiçoğlu 4 years ago
committed by GitHub
parent
commit
2e82e24d92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/TemplateProjectBuilder.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/TemplateProjectBuilder.cs

@ -127,7 +127,7 @@ public class TemplateProjectBuilder : IProjectBuilder, ITransientDependency
}
await EventBus.PublishAsync(new ProjectCreationProgressEvent {
Message = "Preparing the solution according to preferences"
Message = "Customizing the solution template"
}, false);
TemplateProjectBuildPipelineBuilder.Build(context).Execute();

Loading…
Cancel
Save