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
|
|
|
@ -60,7 +60,7 @@ public class TemplateProjectBuilder : IProjectBuilder, ITransientDependency |
|
|
|
NormalizeArgs(args, templateInfo); |
|
|
|
|
|
|
|
await EventBus.PublishAsync(new ProjectCreationProgressEvent { |
|
|
|
Message = "Fetching the solution template" |
|
|
|
Message = "Downloading the solution template" |
|
|
|
}, false); |
|
|
|
|
|
|
|
var templateFile = await SourceCodeStore.GetAsync( |
|
|
|
|