From c7fe191f0bbae27f729a4b1fa183a16e59e61098 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Wed, 24 Feb 2016 22:07:05 -0800 Subject: [PATCH] Remove top level compile command --- src/dotnet/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotnet/Program.cs b/src/dotnet/Program.cs index f70bc48d6..be4048f7a 100644 --- a/src/dotnet/Program.cs +++ b/src/dotnet/Program.cs @@ -102,7 +102,6 @@ namespace Microsoft.DotNet.Cli var builtIns = new Dictionary> { ["build"] = BuildCommand.Run, - ["compile"] = CommpileCommand.Run, ["compile-csc"] = CompileCscCommand.Run, ["compile-fsc"] = CompileFscCommand.Run, ["compile-native"] = CompileNativeCommand.Run,