Merged branch feature/msbuild into piotrpMSFT/branchmerge

This commit is contained in:
PiotrP 2016-08-30 14:10:47 -07:00
commit a6ee3df5b2
76 changed files with 4996 additions and 32 deletions

View file

@ -22,6 +22,7 @@ using Microsoft.DotNet.Tools.Restore;
using Microsoft.DotNet.Tools.Restore3;
using Microsoft.DotNet.Tools.Run;
using Microsoft.DotNet.Tools.Test;
using Microsoft.DotNet.Tools.Migrate;
using NuGet.Frameworks;
namespace Microsoft.DotNet.Cli
@ -44,6 +45,7 @@ namespace Microsoft.DotNet.Cli
["run3"] = Run3Command.Run,
["restore3"] = Restore3Command.Run,
["pack3"] = Pack3Command.Run,
["migrate"] = MigrateCommand.Run
};
public static int Main(string[] args)