|
|
|
@ -14,8 +14,13 @@ public static class ModuleProjectBuildPipelineBuilder |
|
|
|
pipeline.Steps.Add(new ReplaceCommonPropsStep()); |
|
|
|
pipeline.Steps.Add(new MakeProxyJsonFileEmbeddedStep()); |
|
|
|
pipeline.Steps.Add(new ReplaceConfigureAwaitPropsStep()); |
|
|
|
pipeline.Steps.Add(new CreateAppSettingsSecretsStep()); |
|
|
|
pipeline.Steps.Add(new LicenseCodeReplaceStep()); |
|
|
|
|
|
|
|
if (context.Module.IsPro) |
|
|
|
{ |
|
|
|
pipeline.Steps.Add(new CreateAppSettingsSecretsStep()); |
|
|
|
pipeline.Steps.Add(new LicenseCodeReplaceStep()); |
|
|
|
} |
|
|
|
|
|
|
|
pipeline.Steps.Add(new UpdateNuGetConfigStep("/NuGet.Config")); |
|
|
|
pipeline.Steps.Add(new CreateProjectResultZipStep()); |
|
|
|
|
|
|
|
|