remove resgen as a top level command

This commit is contained in:
Bryan Thornbury 2016-03-14 16:49:38 -07:00
parent 00be1e5c16
commit c8617c97e8

View file

@ -112,7 +112,6 @@ namespace Microsoft.DotNet.Cli
["publish"] = PublishCommand.Run,
["repl"] = ReplCommand.Run,
["restore"] = RestoreCommand.Run,
["resgen"] = ResgenCommand.Run,
["run"] = RunCommand.Run,
["test"] = TestCommand.Run
};