dsccommunity / ActiveDirectoryDsc

This module contains DSC resources for deployment and configuration of Active Directory Domain Services.
MIT License
344 stars 142 forks source link

ActiveDirectoryDsc: Migrate HQRM And Unit Tests to PowerShell 7 #597

Closed X-Guardian closed 4 years ago

X-Guardian commented 4 years ago

Pull Request (PR) description

This PR migrates the HQRM and Unit Tests to using PowerShell 7 in the CI. This is to avoid this PowerShell performance issue with Pester: https://github.com/pester/Pester/issues/1318. This reduces the runtime of the Unit Tests in the CI from 45 minutes to 10 minutes.

Changes that had to be made as part of this:

This Pull Request (PR) fixes the following issues

None

Task list


This change is Reviewable

johlju commented 4 years ago

@X-Guardian Awesome work! 😄