AzureDevOpsDsc: Common module should be built with ModuleBuilder #13
Labels
Backlog - Mid Term
Backlog - Mid Term
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
In the
source/Modules/AzureDevopsDsc.Common
should be built using the pattern public/private folders.We ought to be able to build the PSM1 by merging the Public/Private/Classes/etc. folders the same way as the top module.
We should configure the
NestedModules
section in thebuild.yml
And remove the entry
Modules
from here:AzureDevOpsDsc/build.yaml
Lines 5 to 9 in 8d43d12
That will replace the dot-source code in the file below, and will speed up the usage of the distributed resources.
AzureDevOpsDsc/source/Modules/AzureDevOpsDsc.Common/AzureDevOpsDsc.Common.psm1
Lines 10 to 45 in 8d43d12
The text was updated successfully, but these errors were encountered: