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:
Bryan 2016-03-23 12:46:38 -07:00 committed by Bryan Thornbury
parent 6bd374a4ec
commit 58be4c447e
4 changed files with 24 additions and 10 deletions

View file

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