add debug output

This commit is contained in:
OCram85 2022-06-29 13:51:01 +02:00
parent 89a41055ae
commit 2fd83fe8dc
1 changed files with 8 additions and 0 deletions

View File

@ -93,3 +93,11 @@ steps:
Invoke-InstallDependencies;
Invoke-UnitTest -Verbosity 'Detailed' -ErrorAction 'Stop'
}"
- name: FinalState
image: mcr.microsoft.com/powershell:lts-7.2-ubuntu-focal
commands:
- |
pwsh -NonInteractive -c "& {
Write-Verbose -Message ('Failed Steps: {0}' -f $Env:DRONE_FAILED_STEPS)
}"