|
|
@ -19,6 +19,11 @@ namespace Volo.Abp.Studio.ModuleInstalling.Steps |
|
|
SourceCodeTypes.Module, |
|
|
SourceCodeTypes.Module, |
|
|
context.Version); |
|
|
context.Version); |
|
|
|
|
|
|
|
|
|
|
|
if (zipFilePath == null) |
|
|
|
|
|
{ |
|
|
|
|
|
throw new AbpStudioException(message: $"Source code not found for {context.ModuleName} (v{context.Version})"); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
var targetFolder = context.GetTargetSourceCodeFolder(); |
|
|
var targetFolder = context.GetTargetSourceCodeFolder(); |
|
|
|
|
|
|
|
|
if (Directory.Exists(targetFolder)) |
|
|
if (Directory.Exists(targetFolder)) |
|
|
|