Generating the archive in the sdk folder of stage2.
This commit is contained in:
parent
4c5f097d67
commit
5f220a1677
5 changed files with 168 additions and 51 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue