BuildMasterAutomation.psm1


Add-Type -AssemblyName 'System.Web'

Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'Functions') -Filter '*.ps1' |
    ForEach-Object { . $_.FullName }