Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Viji committed Aug 2, 2024
1 parent dd77dd5 commit 5e1da41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LCT.Common/CommonHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ public static void CallEnvironmentExit(int code)
artifactPublisher.UploadLogs();
EnvironmentExit(code);
}
else
{
EnvironmentExit(code);
}
}

public static void EnvironmentExit(int exitCode)
Expand Down

0 comments on commit 5e1da41

Please sign in to comment.