-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add extra options to dotnet pack command #9956
Conversation
-Add Include Symbols parameter to pack command -Add Include Source parameter to pack command Build and tests passing.
@alexmullans can you have someone in your team look at this |
@ryandle and I chatted on this offline. I'm happy to accept the Include Symbols and Include Sources parameters, but I'd like to avoid re-adding the Additional Arguments parameter. We'll be providing a better all-up story here late in Q2 or early in Q3 that allows you to specify whatever arguments you want, without causing hard-to-debug conflicts when Additional Arguments conflict with arugments provided by the task. @ryandle, can you revise the PR to remove the Additional Arguments field? |
Yes, working on a revision. |
# Conflicts: # Tasks/DotNetCoreCLIV2/task.loc.json
@alexmullans this PR is ready for a review from your team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good from PM, but I'll wait for a dev to provide the final 'Approve' review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was about to merge this, but saw it needs a version bump so it can be deployed and master is in M152 now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor capitalization suggestion
Tasks/DotNetCoreCLIV2/Strings/resources.resjson/en-US/resources.resjson
Outdated
Show resolved
Hide resolved
change capitalization of NuGet Co-Authored-By: ryandle <[email protected]>
…-pipelines-tasks into packCommandUpdates # Conflicts: # Tasks/DotNetCoreCLIV2/task.json
-fix the other NuGet capitalization in readme.md
Thanks for the contribution and the extra back and forth at the end! |
#9924
-Add Include Symbols parameter
-Add Include Source parameter
Build and tests passing.