Skip to content

Commit

Permalink
Merge pull request #21 from DevExpress-Examples/update-ps-script
Browse files Browse the repository at this point in the history
Update test-example.ps1
  • Loading branch information
AlisherAmonulloev authored Dec 23, 2024
2 parents 3a45534 + d888bec commit ac1d786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-example.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ Set-BuildVersion
Process-JavaScriptProjects -buildVersion $global:BUILD_VERSION
Process-DotNetProjects

Write-Output "`nFinished testing. Error code: $global:ERROR_CODE"
Write-Output "`nFinished testing version: $global:BUILD_VERSION. Error code: $global:ERROR_CODE"
if ($global:ERROR_CODE -ne 0 -and $global:FAILED_PROJECTS.Count -gt 0) {
Write-Output "`nFAILED PROJECTS: $(($global:FAILED_PROJECTS -join ", "))"
Write-Output "`FAILED PROJECTS: $(($global:FAILED_PROJECTS -join ", "))"
}

[System.Environment]::Exit($global:ERROR_CODE)

0 comments on commit ac1d786

Please sign in to comment.