add debug output (#36)

This commit is contained in:
2019-01-16 13:02:51 +01:00
committed by GitHub
parent afab3c870c
commit 09548fca0a

View File

@ -233,6 +233,7 @@ Function Invoke-AppVeyorPSGallery() {
Category = 'Error'
Details = $_.Exception.Message
}
$_.Exception.Message | Write-Error
Add-AppveyorMessage @MsgParams
Throw $MsgParams.Message
}