#1
|
|||
|
|||
How to signal that custom perl script has failed.
I am using a run script action with perl script in it. How do I signal to visual build that the step has failed?
|
#2
|
|||
|
|||
I'm no Perl expert, but I think it would be
die "error string"; |
|
|