Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve runtime pack assets #2822

Merged
merged 3 commits into from
Jan 16, 2019

Conversation

dsplaisted
Copy link
Member

@dsplaisted dsplaisted requested a review from a team January 15, 2019 08:45
@livarcocc livarcocc added this to the 3.0.1xx milestone Jan 15, 2019
Copy link
Contributor

@nguerrera nguerrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. Some nits and waiting for the issues being discussed with core-setup folks by mail to be resolved.

assetInfo.DestinationSubPath = item.GetMetadata(MetadataKeys.DestinationSubPath);

string assetTypeString = item.GetMetadata(MetadataKeys.AssetType);
if (assetTypeString.Equals("runtime", StringComparison.OrdinalIgnoreCase))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extract method

@dsplaisted dsplaisted merged commit 549597f into dotnet:master Jan 16, 2019
@vitek-karas
Copy link
Member

vitek-karas commented Jan 29, 2019

@dsplaisted with dotnet/core-setup#4978 being fixed, the workaround to prefix paths in .deps.json with "/" can be removed.

wli3 pushed a commit that referenced this pull request Feb 7, 2020
….10 (#2822)

- Microsoft.DotNet.Cli.Runtime - 5.0.100-alpha1.19461.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants