Merge pull request #1868 from dotnet/brthor/1702

remove resgen as a top level command
This commit is contained in:
Bryan Thornbury 2016-03-15 13:30:59 -07:00
commit d038b8fa17

View file

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