Build fixes for clean & build
This commit is contained in:
parent
706e34ad47
commit
ba50d619d8
2 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,6 @@ using System.Collections.Generic;
|
|||
using Microsoft.DotNet.Cli.CommandLine;
|
||||
using Microsoft.DotNet.Cli.Utils;
|
||||
using Microsoft.DotNet.Tools.MSBuild;
|
||||
using System.Diagnostics;
|
||||
using System;
|
||||
using Microsoft.DotNet.Cli;
|
||||
using Parser = Microsoft.DotNet.Cli.Parser;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ using Microsoft.DotNet.Cli.CommandLine;
|
|||
using Microsoft.DotNet.Cli.Utils;
|
||||
using Microsoft.DotNet.Tools.MSBuild;
|
||||
using Microsoft.DotNet.Cli;
|
||||
using System.Diagnostics;
|
||||
using Parser = Microsoft.DotNet.Cli.Parser;
|
||||
|
||||
namespace Microsoft.DotNet.Tools.Clean
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ namespace Microsoft.DotNet.Tools.Clean
|
|||
|
||||
msbuildArgs.Add("/t:Clean");
|
||||
|
||||
msbuildArgs.AddRange(appliedBuildOptions.OptionValuesToBeForwarded());
|
||||
msbuildArgs.AddRange(parsedClean.OptionValuesToBeForwarded());
|
||||
|
||||
msbuildArgs.AddRange(parsedClean.Arguments);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue