Merge pull request #1868 from dotnet/brthor/1702
remove resgen as a top level command
This commit is contained in:
commit
d038b8fa17
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue