DocTreeGenerator.psm1
Set-StrictMode -Version Latest Resolve-Path $PSScriptRoot\Source\*.ps1 | ? { -not ($_.ProviderPath.Contains(".Tests.")) } | % { . $_.ProviderPath } |
Set-StrictMode -Version Latest Resolve-Path $PSScriptRoot\Source\*.ps1 | ? { -not ($_.ProviderPath.Contains(".Tests.")) } | % { . $_.ProviderPath } |