diff --git a/.build/CodeFormatter.ps1 b/.build/CodeFormatter.ps1 index b3898396e1..1c2244d97d 100644 --- a/.build/CodeFormatter.ps1 +++ b/.build/CodeFormatter.ps1 @@ -119,7 +119,7 @@ foreach ($file in $scriptFiles) { $filesFailed = $true } - $analyzerResults = Invoke-ScriptAnalyzer -Path $file -Settings $repoRoot\PSScriptAnalyzerSettings.psd1 + $analyzerResults = Invoke-ScriptAnalyzer -Path $file -Settings $repoRoot\PSScriptAnalyzerSettings.psd1 -Verbose if ($null -ne $analyzerResults) { $filesFailed = $true $analyzerResults | Format-Table -AutoSize