dotnet-build3 Adding msbuild execution command to cli

This commit is contained in:
Bryan Thornbury 2016-06-17 16:16:09 -07:00
parent 349c409ed2
commit 400e1db3b9
17 changed files with 493 additions and 24 deletions

View file

@ -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)