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,