businessdev.ALbuild.psm1

#Requires -Version 5.1
Set-StrictMode -Version Latest

# Root module for the businessdev.ALbuild package.
#
# ALbuild is published as a single module composed of use-case nested modules (see the
# NestedModules entry in businessdev.ALbuild.psd1): Core, Containers, Apps, Feeds,
# RuntimePackages, Marketplace, OnPrem and Environments. PowerShell loads each nested module
# (each dot-sources its own Classes/Private/Public) and the manifest's FunctionsToExport defines
# the public surface. The areas keep their own scope and folder structure but ship and version
# together as one package.

$ErrorActionPreference = 'Stop'