CommonTasks icon indicating copy to clipboard operation
CommonTasks copied to clipboard

The required module 'cScom' has additional dependencies to module 'AutomatedLab.Common' which is not part of the required module list.

Open stehlih opened this issue 3 years ago • 0 comments

Problem description

The required module 'cScom' has additional dependencies to module 'AutomatedLab.Common' which is not part of the required module list.

If you are using a private repository with only the modules listed in RequiredModules.psd1 and without fallback to PowershellGallery the build fails with an error (resolve depenencies).

The dependent module 'AutomatedLab.Common' is a very big module with 7MB and a lot of dll's inside.

Verbose logs

N/A

DSC configuration

Build of CommonTasks

Suggested solution

Remove the dependency to AutomatedLab.Common from module cScom (prefered) or add the missing module to RequiredModules.psd1.

Operating system the target node is running

Windows 10 / Windows Server 2019

PowerShell version and build the target node is running

5.1

CommonTasks version

0.8

stehlih avatar Sep 09 '22 11:09 stehlih