qbo4.Infrastructure.psm1
Write-Verbose "Loading qbo4.Infrastructure cmdlets and functions from $($PSScriptRoot)" Import-Module (Join-Path -Path $PSScriptRoot -ChildPath qbo4.Infrastructure.Powershell.dll) Import-Module (Join-Path -Path $PSScriptRoot -ChildPath qbo4.WebServer.ps1) Import-Module (Join-Path -Path $PSScriptRoot -ChildPath qbo4.PublishModule.ps1) Import-Module (Join-Path -Path $PSScriptRoot -ChildPath qbo4.Nuget.ps1) # Write-Verbose "Initializing qboConfig" # Initialize-qboConfig Export-ModuleMember -Cmdlet '*' |