Generating the archive in the sdk folder of stage2.

This commit is contained in:
Livar Cunha 2016-06-08 13:42:03 -07:00
parent 4c5f097d67
commit 5f220a1677
5 changed files with 168 additions and 51 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()
{