cake-build/cake

Tool.Run should make stdout and stderr available on failure

Open

#2 460 ouverte le 24 janv. 2019

Voir sur GitHub
 (4 commentaires) (2 réactions) (0 assignés)C# (738 forks)batch import
Help wantedImprovementUp-for-grabs

Métriques du dépôt

Stars
 (3 742 stars)
Métriques de merge PR
 (Merge moyen 1j 1h) (25 PRs mergées en 30 j)

Description

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.

Guide contributeur