Update PullNupkgFilesFromBlob to find the latest Azure blob drop
that contains all the runtime packages
This commit is contained in:
parent
d7376f84c3
commit
0b913968b6
3 changed files with 93 additions and 4 deletions
|
@ -14,6 +14,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
PlatformServices.Default.Runtime.GetRuntimeIdentifier());
|
||||
|
||||
public static readonly string PackagesIntermediate = Path.Combine(Output, "packages/intermediate");
|
||||
public static readonly string PackagesNoRID = Path.Combine(RepoRoot, "artifacts", "packages");
|
||||
public static readonly string Packages = Path.Combine(Output, "packages");
|
||||
public static readonly string Stage1 = Path.Combine(Output, "stage1");
|
||||
public static readonly string Stage1Compilation = Path.Combine(Output, "stage1compilation");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue