Update PullNupkgFilesFromBlob to find the latest Azure blob drop

that contains all the runtime packages
This commit is contained in:
Wes Haggard 2016-04-08 08:57:24 -07:00
parent d7376f84c3
commit 0b913968b6
3 changed files with 93 additions and 4 deletions

View file

@ -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");