Build issues
This commit is contained in:
parent
1c25a17e03
commit
cb19d357d6
2 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Microsoft.DotNet.Cli.CommandLine;
|
using Microsoft.DotNet.Cli.CommandLine;
|
||||||
using Microsoft.DotNet.Tools.Cache;
|
using LocalizableStrings = Microsoft.DotNet.Tools.Cache.LocalizableStrings;
|
||||||
|
|
||||||
namespace Microsoft.DotNet.Cli
|
namespace Microsoft.DotNet.Cli
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,6 +9,7 @@ using Microsoft.DotNet.Cli;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using Parser = Microsoft.DotNet.Cli.Parser;
|
||||||
|
|
||||||
namespace Microsoft.DotNet.Tools.Cache
|
namespace Microsoft.DotNet.Tools.Cache
|
||||||
{
|
{
|
||||||
|
@ -40,8 +41,6 @@ namespace Microsoft.DotNet.Tools.Cache
|
||||||
throw new InvalidOperationException(LocalizableStrings.SpecifyEntries);
|
throw new InvalidOperationException(LocalizableStrings.SpecifyEntries);
|
||||||
}
|
}
|
||||||
|
|
||||||
var msbuildArgs = msbuildArgs = new List<string>();
|
|
||||||
|
|
||||||
msbuildArgs.Add("/t:ComposeCache");
|
msbuildArgs.Add("/t:ComposeCache");
|
||||||
|
|
||||||
msbuildArgs.AddRange(appliedBuildOptions.OptionValuesToBeForwarded());
|
msbuildArgs.AddRange(appliedBuildOptions.OptionValuesToBeForwarded());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue