psake / PowerShellBuild

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

Add Pester output file parameters rather than replace existing parameters - Fixes #31 #32

Closed ChrisLGardner closed 5 years ago

ChrisLGardner commented 5 years ago

Description

Fixes the issue found in #31 where the PassThru parameter was replaced by the output file parameters, causing builds to not fail when an output file is specified for use in CI pipelines.

Related Issue

31

How Has This Been Tested?

Ran through a few builds that both used an output file and no output file and behaviour was as it should be.

Types of changes

Checklist: