Maintain test artifacts
Improved test diagnostics Providing diagnostics about failed process. Workaround for https://github.com/NuGet/Home/issues/1977 get past crossgen errors!
This commit is contained in:
parent
066bebcc6c
commit
a66546d8fb
24 changed files with 81 additions and 49 deletions
|
@ -80,6 +80,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
threadErr.Join();
|
||||
|
||||
var result = new CommandResult(
|
||||
process.StartInfo,
|
||||
process.ExitCode,
|
||||
stdOut.GetCapturedOutput(),
|
||||
stdErr.GetCapturedOutput());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue