Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 09548fc

Browse files
authored
add debug output (#36)
1 parent afab3c8 commit 09548fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/AppVeyor.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ Function Invoke-AppVeyorPSGallery() {
233233
Category = 'Error'
234234
Details = $_.Exception.Message
235235
}
236+
$_.Exception.Message | Write-Error
236237
Add-AppveyorMessage @MsgParams
237238
Throw $MsgParams.Message
238239
}

0 commit comments

Comments
 (0)