|
|
|
@ -33,7 +33,7 @@ public class SourceCodeDownloadService : ITransientDependency |
|
|
|
|
|
|
|
public async Task DownloadModuleAsync(string moduleName, string outputFolder, string version, string gitHubAbpLocalRepositoryPath, string gitHubVoloLocalRepositoryPath, AbpCommandLineOptions options) |
|
|
|
{ |
|
|
|
Logger.LogInformation($"Downloading source code of {moduleName} (v{version ?? "Latest"})"); |
|
|
|
Logger.LogInformation($"Downloading source code of {moduleName} ({(version != null ? "v" + version : "Latest")})"); |
|
|
|
Logger.LogInformation("Output folder: " + outputFolder); |
|
|
|
|
|
|
|
var result = await ModuleProjectBuilder.BuildAsync( |
|
|
|
|