diff --git a/.drone.yml b/.drone.yml index f5c777a..d04d4d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,5 +99,6 @@ steps: commands: - | pwsh -NonInteractive -c "& { - Write-Verbose -Message ('Failed Steps: {0}' -f $Env:DRONE_FAILED_STEPS) + Import-Module './tools/DroneIO.psm1'; + Invoke-ShowEnv -Verbose }"