cake-build/cake

Tool.Run should make stdout and stderr available on failure

オープン

#2,460 opened on 2019/01/24

 (4 件のコメント) (2 件のリアクション) (0 人の担当者)C# (738 件のフォーク)batch import
Help wantedImprovementUp-for-grabs

Repository metrics

Stars
 (3,742 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Tool.Run and related should make stdout and stderr available so that some analysis is possible on failure. Currently it calls ProcessExitCode which throws a simple CakeException.

Ideally, it would capture stdout and stderr and throw a CakeProcessException, or similar, that has additional properties for exit code, stdout and stderr.

コントリビューターガイド