cake-build/cake
GitHub で見るTool.Run should make stdout and stderr available on failure
Open
#2,460 opened on 2019年1月24日
Help wantedImprovementUp-for-grabs
Repository metrics
- Stars
- (3,742 stars)
- PR merge metrics
- (平均マージ 1d 1h) (30d で 25 merged PRs)
説明
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.