dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
300 stars 83 forks source link

Correct Build.YML to Support ModuleBuilder 1.7.0 #332

Closed PlagueHO closed 4 years ago

PlagueHO commented 4 years ago

The ModuleBuilder 1.7.0 release renamed the CopyDirectories attribute to CopyPaths. Update the Build.yml to fix this issue.