Merge branch 'feature/msbuild' of https://github.com/dotnet/cli.git
This commit is contained in:
commit
cec5bacaad
17 changed files with 493 additions and 24 deletions
|
@ -37,7 +37,8 @@ namespace Microsoft.DotNet.Cli
|
|||
["publish"] = PublishCommand.Run,
|
||||
["restore"] = RestoreCommand.Run,
|
||||
["run"] = RunCommand.Run,
|
||||
["test"] = TestCommand.Run
|
||||
["test"] = TestCommand.Run,
|
||||
["build3"] = Build3Command.Run
|
||||
};
|
||||
|
||||
public static int Main(string[] args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue