Webhook fails if APPVEYOR_BUILD_VERSION has spaces (or special characters)
iamtraction opened this issue · 0 comments
iamtraction commented
The $env:APPVEYOR_BUILD_VERSION
need to be escaped to prevent Webhook fails if users have spaces/special characters in their project build version (in AppVeyor settings), because AppVeyor allows spaces & special characters in the build version.