Alper Ebiçoğlu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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(); |
|
|
|
|