fix pester verbosity config (#58)
Some checks reported errors
continuous-integration/drone Build was killed

* fix pester verbosity config

* debug ScriptAnalayzer output
This commit is contained in:
2022-06-28 09:52:29 +02:00
committed by GitHub
parent c31ee791bb
commit 88743e9ffd
3 changed files with 3 additions and 3 deletions

View File

@ -114,8 +114,8 @@ function Invoke-Linter {
}
}
catch {
Write-Debug -Message $_.Exception.Message -Debug
Write-Error -Message 'PSScriptAnalyzer failer'
Write-Error -Message $_.Exception.Message -ErrorAction 'Stop'
}
}
}