TheJumpCloud / jumpcloud-ADMU

JumpCloud Active Directory Migration Utility - JCADMU
23 stars 7 forks source link

Cut 3892 leave hybrid domain #111

Closed jworkmanjc closed 7 months ago

jworkmanjc commented 7 months ago

Issues

What does this solve?

In #102, a change was made to clean up the exported nuspec files used to generate the resulting PowerShell module for JumpCloud ADMU. This change resulted in the exported module containing directories where no PowerShell code could be found. I.e. when you installed versions of this module, the Start-Migration function could not be found.

This release changes the psm1 file exported before the nuget pack step to look for PowerShell files in the /Public/ directory. The resulting PowerShell nuget package should be able to locate Start-Migration after this change.

Is there anything particularly tricky?

How should this be tested?

Screenshots