Browse Source
Update ProjectCreationCommandBase.cs
pull/13122/head
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/Commands/ProjectCreationCommandBase.cs
|
|
|
@ -207,7 +207,7 @@ public abstract class ProjectCreationCommandBase |
|
|
|
protected void ExtractProjectZip(ProjectBuildResult project, string outputFolder) |
|
|
|
{ |
|
|
|
EventBus.PublishAsync(new ProjectCreationProgressEvent { |
|
|
|
Message = "Extracting solution to file system" |
|
|
|
Message = "Extracting the solution archieve" |
|
|
|
}, false); |
|
|
|
|
|
|
|
using (var templateFileStream = new MemoryStream(project.ZipContent)) |
|
|
|
|