Skip to content

Commit

Permalink
Update test-example.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisherAmonulloev committed Dec 13, 2024
1 parent af428e4 commit 0e760a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-example.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ Process-DotNetProjects

Write-Output "`nFinished testing. Error code: $global:errorCode"

exit $global:errorCode
[System.Environment]::Exit($global:errorCode)

0 comments on commit 0e760a0

Please sign in to comment.