RamblingCookieMonster / BuildHelpers

Helper functions for PowerShell CI/CD scenarios
MIT License
214 stars 47 forks source link

Fix bug in Invoke-Git #101

Closed EklipZgit closed 5 years ago

EklipZgit commented 5 years ago

Fix to prevent the following from occurring due to $stderr sometimes being an array due to lines 124-130:

2019-03-13T16:36:28.5845108Z ##[error]Write-Error : Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'Message'. Specified method is not supported. At C:\Program Files\WindowsPowerShell\Modules\BuildHelpers\2.0.7\Public\Invoke-Git.ps1:149 char:29

RamblingCookieMonster commented 5 years ago

Good catch, thanks!!