Build fixes for clean & build

This commit is contained in:
Piotr Puszkiewicz 2017-03-09 18:44:48 -08:00
parent 706e34ad47
commit ba50d619d8
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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);