Changes to fix publish tests
This commit is contained in:
parent
9c5e520285
commit
d1d23944df
12 changed files with 124 additions and 140 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue