Adding the shim of dotnet-cache

Adds filter profile option to publish
This commit is contained in:
Rama Krishnan Raghupathy 2017-01-25 18:57:14 -08:00
parent a101c703a1
commit badab4680d
8 changed files with 233 additions and 1 deletions

View file

@ -27,6 +27,7 @@ using Microsoft.DotNet.Tools.Run;
using Microsoft.DotNet.Tools.Sln;
using Microsoft.DotNet.Tools.Test;
using Microsoft.DotNet.Tools.VSTest;
using Microsoft.DotNet.Tools.Cache;
using NuGet.Frameworks;
namespace Microsoft.DotNet.Cli
@ -37,6 +38,7 @@ namespace Microsoft.DotNet.Cli
{
["add"] = AddCommand.Run,
["build"] = BuildCommand.Run,
["cache"] = CacheCommand.Run,
["clean"] = CleanCommand.Run,
["help"] = HelpCommand.Run,
["list"] = ListCommand.Run,