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

Pushing symbol packages is inconsistent #1920

Open
krwq opened this issue Jan 12, 2016 · 3 comments
Open

Pushing symbol packages is inconsistent #1920

krwq opened this issue Jan 12, 2016 · 3 comments
Labels
Functionality:Push help wanted Considered good issues for community contributions. Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time
Milestone

Comments

@krwq
Copy link

krwq commented Jan 12, 2016

When pushing (packages+symbol packages) one by one everything works fine. When doing the same thing in bulk (using expression "*.nupkg") symbol packages may replace binaries packages as they are not treated as symbol packages anymore and the names match their binaries packages.

@yishaigalatzer
Copy link

@krwq please share a clear example of what commands work and what commands do not work for you.

Priority wise this seems low, but we will gladly take a pull request

@yishaigalatzer yishaigalatzer added this to the Client-VNext milestone Jan 18, 2016
@yishaigalatzer yishaigalatzer added the help wanted Considered good issues for community contributions. label Jan 18, 2016
@krwq
Copy link
Author

krwq commented Jan 19, 2016

// works
nuget push package.nupkg
nuget push package.symbols.nupkg

// can substitute binary package:
nuget push *.nupkg

@yishaigalatzer
Copy link

I'm assuming this is not a blocker for you, we are not planning to fix this with any urgency

@harikmenon harikmenon modified the milestone: Client-VNext Apr 19, 2016
@rrelyea rrelyea added this to the Future-2 milestone Dec 8, 2016
@emgarten emgarten modified the milestones: Future-2, Backlog Nov 9, 2017
@emgarten emgarten added the Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. label Nov 9, 2017
@ghost ghost added the Status:Inactive Icebox issues not updated for a specific long time label Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:Push help wanted Considered good issues for community contributions. Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time
Projects
None yet
Development

No branches or pull requests

8 participants