fix pester verbosity config (#58)
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
* fix pester verbosity config * debug ScriptAnalayzer output
This commit is contained in:
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user