add debug output for PSGallery #36

Merged
OCram85 merged 1 commits from fixpsgallery into master 2019-01-16 13:02:52 +01:00
1 changed files with 1 additions and 0 deletions

View File

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