Merge pull request #3485 from livarcocc/offline

Offline feature work
This commit is contained in:
Livar 2016-06-12 00:58:26 -07:00 committed by GitHub
commit 9f2bb66198
60 changed files with 5816 additions and 17 deletions

View file

@ -38,6 +38,7 @@ namespace Microsoft.DotNet.Cli.Build
public Command Pack(params string[] args) => Exec("pack", args);
public Command Test(params string[] args) => Exec("test", args);
public Command Publish(params string[] args) => Exec("publish", args);
public Command New(params string[] args) => Exec("new", args);
public string GetRuntimeId()
{