Refactoring

pull/36/head
Yuriy-Kukushkin 3 years ago committed by GitHub
parent f72b7a85c7
commit f07ff8ddf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ function Publish-Error {
) )
echo "::error ::$ErrorDescription" echo "::error ::$ErrorDescription"
if(-not [string]::IsNullOrEmpty($Exception)) if (-not [string]::IsNullOrEmpty($Exception))
{ {
Write-Output "Exception: $Exception" Write-Output "Exception: $Exception"
} }
@ -67,7 +67,6 @@ $manifestJson | ForEach-Object {
} }
} }
if($Global:validationFailed) if ($Global:validationFailed) {
{
exit 1 exit 1
} }

Loading…
Cancel
Save