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

Remove duplicate package Icon #5818

Merged
1 commit merged into from
Jul 21, 2020
Merged

Remove duplicate package Icon #5818

1 commit merged into from
Jul 21, 2020

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Jul 21, 2020

We were double-including the package icon after we started including
@(None) items in the package.

Remove the redundant item and use the same property as CSProj pack
target for specifying the Icon.

This was regressed here 50da2e6#r40426132

We were double-including the package icon after we started including
@(None) items in the package.

Remove the redundant item and use the same property as CSProj pack
target for specifying the Icon.
Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

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

#somuchbetter 👍

ericstj added a commit to ericstj/runtime that referenced this pull request Jul 21, 2020
Real fix is dotnet/arcade#5818 but that will
take a while to make it into the preview8 branches (if at all).
@ericstj ericstj added the auto-merge Automatically merge PR once CI passes. label Jul 21, 2020
@ghost
Copy link

ghost commented Jul 21, 2020

Hello @ericstj!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ericstj ericstj self-assigned this Jul 21, 2020
@ghost ghost merged commit b1754cc into dotnet:master Jul 21, 2020
ericstj added a commit to dotnet/runtime that referenced this pull request Jul 22, 2020
Real fix is dotnet/arcade#5818 but that will
take a while to make it into the preview8 branches (if at all).
@akoeplinger
Copy link
Member

@ericstj it looks like this breaks the arcade bump in dotnet/llvm-project#58. It's possible that the way we set up the packaging projects there isn't entirely correct though, so I'd appreciate any pointers.

@ericstj
Copy link
Member Author

ericstj commented Aug 3, 2020

@akoeplinger this repo has the same bug that coreclr did. Check out this change: dotnet/runtime@7ec5302#diff-e98ea49ea8fa5661939a1d9ffb312bba

@akoeplinger
Copy link
Member

Thanks, that did indeed fix the issue.

@ericstj
Copy link
Member Author

ericstj commented Aug 4, 2020

Cool, sorry for the break. Didn't realize folks outside dotnet/runtime were using pkgproj. We should try to get folks off this if possible. It's largely a relic of a 1.0-era way of shipping the product.

@akoeplinger
Copy link
Member

yeah we just copied pieces from dotnet/runtime in order to create a nuget package, happy to get rid of them if possible.

@ViktorHofer
Copy link
Member

Cam someone please open an issue to track the pkgproj removal in repos outside of dotnet/runtime? Thanks

@akoeplinger
Copy link
Member

akoeplinger commented Aug 5, 2020

@ViktorHofer open an issue here in arcade? or in runtime?

@ViktorHofer
Copy link
Member

In arcade probably as the package lives here.

@mmitche
Copy link
Member

mmitche commented Aug 25, 2020

/cc @rbhanda This was the fix

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Automatically merge PR once CI passes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants