From 0e760a045f441dd377a0a711834acaf132cbca5d Mon Sep 17 00:00:00 2001 From: AlisherAmonulloev Date: Fri, 13 Dec 2024 13:00:52 +0200 Subject: [PATCH] Update test-example.ps1 --- test-example.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-example.ps1 b/test-example.ps1 index 6967e9d..e090f27 100644 --- a/test-example.ps1 +++ b/test-example.ps1 @@ -158,4 +158,4 @@ Process-DotNetProjects Write-Output "`nFinished testing. Error code: $global:errorCode" -exit $global:errorCode +[System.Environment]::Exit($global:errorCode)