Update ProjectCreationCommandBase.cs

pull/13122/head
Alper Ebiçoğlu 3 years ago committed by GitHub
parent 2e82e24d92
commit 90494d78c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))

Loading…
Cancel
Save