Consume NETCore.App
This commit is contained in:
parent
0747d31f86
commit
99371436f3
46 changed files with 190 additions and 96 deletions
|
@ -13,6 +13,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
"artifacts",
|
||||
PlatformServices.Default.Runtime.GetRuntimeIdentifier());
|
||||
|
||||
public static readonly string Intermediate = Path.Combine(Output, "intermediate");
|
||||
public static readonly string PackagesIntermediate = Path.Combine(Output, "packages/intermediate");
|
||||
public static readonly string Packages = Path.Combine(Output, "packages");
|
||||
public static readonly string Stage1 = Path.Combine(Output, "stage1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue