Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Feb 22, 2024
1 parent f05ff24 commit 46b9a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ await Cli.Wrap(exe)
var p = Process.Start(psi);
await p.WaitForExitAsync();
if (p.ExitCode != 0)
throw new Exception("Error when running creating the NuGet package");
throw new InvalidOperationException("Error when running creating the NuGet package");
}
}

Expand Down

0 comments on commit 46b9a8e

Please sign in to comment.