psake / PowerShellBuild

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

Invoke-Build Task Improvements #50

Closed JustinGrote closed 3 years ago

JustinGrote commented 3 years ago

Description

Invoke-Build Task Fixes Fix: StageFiles and Pester brought in line with PSake equivalents Fix: Prereqs as If conditionals Fix: Dependencies variable doesn't work because Invoke-Build tasks compile dependencies ahead of time. Throw an error instead with proper override guidance

devblackops commented 3 years ago

Thanks @JustinGrote!