diff --git a/Tasks/authenticode-sign/entry.ts b/Tasks/authenticode-sign/entry.ts index 1de6460..0e2d4b3 100644 --- a/Tasks/authenticode-sign/entry.ts +++ b/Tasks/authenticode-sign/entry.ts @@ -45,7 +45,6 @@ async function run() { } catch (e) { tl.setResult(tl.TaskResult.Failed, `Unable to sign ${e}`); - throw e; } finally { if (secureFileId && secureFileHelpers) { @@ -204,4 +203,4 @@ async function sleepFor(sleepDurationInSeconds): Promise { } -run(); \ No newline at end of file +run();