Fix build break on non-Windows

And PR Feedback
This commit is contained in:
piotrp 2016-03-28 04:18:59 -07:00 committed by Piotr Puszkiewicz
parent c5258cd782
commit a23568b4e5
7 changed files with 33 additions and 13 deletions

View file

@ -46,7 +46,7 @@ namespace Microsoft.DotNet.Tools.DependencyInvoker
{
var exitCode = commandFactory.Create(
$"dotnet-{dotnetParams.Command}",
Enumerable.Empty<string>(),
dotnetParams.RemainingArguments,
projectContext.TargetFramework,
dotnetParams.Config)
.ForwardStdErr()