Skip to content

Commit

Permalink
publish artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Viji committed Jul 31, 2024
1 parent 1614124 commit d435193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LCT.Common/CommonHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@ public static void CallEnvironmentExit(int code)
{
EnvironmentExit(code);
}
EnvironmentExit(code);
PublishFilesToArtifact();
EnvironmentExit(code);

}

public static void EnvironmentExit(int exitCode)
Expand Down

0 comments on commit d435193

Please sign in to comment.