Changes to fix publish tests

This commit is contained in:
Bryan Thornbury 2016-01-22 03:59:04 -08:00
parent 9c5e520285
commit d1d23944df
12 changed files with 124 additions and 140 deletions

View file

@ -44,10 +44,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
var commandPath = Env.GetCommandPath(_command, ".exe", ".cmd", "") ??
Env.GetCommandPathFromAppBase(AppContext.BaseDirectory, _command, ".exe", ".cmd", "");
Console.Write("command");
Console.WriteLine(commandPath);
var stdOut = new StreamForwarder();
var stdErr = new StreamForwarder();