2 writes to StandardOut
Microsoft.DotNet.Build.Tasks.Feed (1)
src\common\GeneralUtils.cs (1)
332
StandardOut
= stdOut.ToString(),
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
124
ProcessExecutionResult result = new ProcessExecutionResult() { StandardError = "fake stderr",
StandardOut
= "fake stdout" };