prep for commands we'll be shipping as tools
add cleanup step to build, remove oob commands only clean the sdk directory Incorporate PR Feedback
This commit is contained in:
parent
6bd374a4ec
commit
58be4c447e
4 changed files with 24 additions and 10 deletions
|
@ -108,14 +108,11 @@ namespace Microsoft.DotNet.Cli
|
|||
{
|
||||
["build"] = BuildCommand.Run,
|
||||
["compile-csc"] = CompileCscCommand.Run,
|
||||
["compile-fsc"] = CompileFscCommand.Run,
|
||||
["compile-native"] = CompileNativeCommand.Run,
|
||||
["help"] = HelpCommand.Run,
|
||||
["new"] = NewCommand.Run,
|
||||
["pack"] = PackCommand.Run,
|
||||
["projectmodel-server"] = ProjectModelServerCommand.Run,
|
||||
["publish"] = PublishCommand.Run,
|
||||
["repl"] = ReplCommand.Run,
|
||||
["restore"] = RestoreCommand.Run,
|
||||
["run"] = RunCommand.Run,
|
||||
["test"] = TestCommand.Run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue