Merge pull request #3470 from eerhardt/Symbols
Publish symbol.nupkg files to myget.
This commit is contained in:
commit
be2a94f136
2 changed files with 1 additions and 14 deletions
|
@ -16,7 +16,6 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
RuntimeEnvironment.GetRuntimeIdentifier());
|
||||
|
||||
public static readonly string Intermediate = Path.Combine(Output, "intermediate");
|
||||
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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue