cake-build/cake

Tool.Run should make stdout and stderr available on failure

開放

#2,460 建立於 2019年1月24日

 (4 則留言) (2 個反應) (0 位負責人)C# (738 個分叉)batch import
Help wantedImprovementUp-for-grabs

倉庫指標

星標
 (3,742 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南