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

Added Code Coverage and fix Publish #369

Closed PlagueHO closed 3 years ago

PlagueHO commented 3 years ago

Pull Request (PR) description

This PR adds Code Coverage support, fixes an issue with Publishing the module (due to the case being wrong on the tasks - I think) and updates Sampler.

This Pull Request (PR) fixes the following issues

Task list

@johlju - would you mind reviewing when you get time? I think I have an issue in all modules where publish is failing because the case of the Sampler tasks has changed. But I've yet to confirm.


This change is Reviewable