Remove top level compile command
This commit is contained in:
parent
6aeed1f52d
commit
c7fe191f0b
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ namespace Microsoft.DotNet.Cli
|
||||||
var builtIns = new Dictionary<string, Func<string[], int>>
|
var builtIns = new Dictionary<string, Func<string[], int>>
|
||||||
{
|
{
|
||||||
["build"] = BuildCommand.Run,
|
["build"] = BuildCommand.Run,
|
||||||
["compile"] = CommpileCommand.Run,
|
|
||||||
["compile-csc"] = CompileCscCommand.Run,
|
["compile-csc"] = CompileCscCommand.Run,
|
||||||
["compile-fsc"] = CompileFscCommand.Run,
|
["compile-fsc"] = CompileFscCommand.Run,
|
||||||
["compile-native"] = CompileNativeCommand.Run,
|
["compile-native"] = CompileNativeCommand.Run,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue