We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1efdb7 commit 9129ea6Copy full SHA for 9129ea6
PowerShellBuild/Public/Test-PSBuildPester.ps1
@@ -77,7 +77,7 @@ function Test-PSBuildPester {
77
Import-Module Pester -MinimumVersion 5.0.0
78
$configuration = [PesterConfiguration]::Default
79
$configuration.Output.Verbosity = 'Detailed'
80
- $configuration.Run.PassThru = $false
+ $configuration.Run.PassThru = $true
81
$configuration.TestResult.Enabled = -not [string]::IsNullOrEmpty($OutputPath)
82
$configuration.TestResult.OutputPath = $OutputPath
83
$configuration.TestResult.OutputFormat = $OutputFormat
0 commit comments