Merge pull request #1577 from dotnet/davidfowl/remove-compile

Remove top level compile command
This commit is contained in:
David Fowler 2016-02-24 22:33:35 -08:00
commit 1fe78c2b4d

View file

@ -102,7 +102,6 @@ namespace Microsoft.DotNet.Cli
var builtIns = new Dictionary<string, Func<string[], int>>
{
["build"] = BuildCommand.Run,
["compile"] = CommpileCommand.Run,
["compile-csc"] = CompileCscCommand.Run,
["compile-fsc"] = CompileFscCommand.Run,
["compile-native"] = CompileNativeCommand.Run,