Fix build break on non-Windows
And PR Feedback
This commit is contained in:
parent
c5258cd782
commit
a23568b4e5
7 changed files with 33 additions and 13 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue