Added clean3 verb for msbuild based projects.
This commit is contained in:
parent
2727b191e3
commit
148319a3c2
5 changed files with 131 additions and 1 deletions
|
@ -13,6 +13,7 @@ using Microsoft.DotNet.PlatformAbstractions;
|
|||
using Microsoft.DotNet.ProjectModel.Server;
|
||||
using Microsoft.DotNet.Tools.Build;
|
||||
using Microsoft.DotNet.Tools.Build3;
|
||||
using Microsoft.DotNet.Tools.Clean3;
|
||||
using Microsoft.DotNet.Tools.Compiler;
|
||||
using Microsoft.DotNet.Tools.Compiler.Csc;
|
||||
using Microsoft.DotNet.Tools.Help;
|
||||
|
@ -47,6 +48,7 @@ namespace Microsoft.DotNet.Cli
|
|||
["run"] = RunCommand.Run,
|
||||
["test"] = TestCommand.Run,
|
||||
["build3"] = Build3Command.Run,
|
||||
["clean3"] = Clean3Command.Run,
|
||||
["msbuild"] = MSBuildCommand.Run,
|
||||
["run3"] = Run3Command.Run,
|
||||
["restore3"] = Restore3Command.Run,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue