psake / PowerShellBuild

Common build tasks for psake and Invoke-Build that build and test PowerShell modules
MIT License
133 stars 24 forks source link

Remove Set-BuildEnvironment from psm1 #39

Closed JustinGrote closed 4 years ago

JustinGrote commented 4 years ago

Set-BuildEnvironment runs as part of initialization, and is extraneous here. Causes additional warnings for users who may import the module outside of the intended folder, and increases load time for the module unnecessarily.