Update TemplateProjectBuilder.cs

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

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

Loading…
Cancel
Save