Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Replace all remaining pkgprojs with NuGet Pack task #56712
Replace all remaining pkgprojs with NuGet Pack task #56712
Changes from all commits
c9cf047
d5bb915
bee162e
a4cc318
706767b
4312f8e
2866267
e18dd9f
2b2380b
7d4670a
2d1efbd
e14f1b1
c84de1e
985c5ba
47ea580
daef8c7
2b78770
e9a61f9
727eede
aa1b71a
a4dbdf8
140534a
28eec68
90a7a91
be0465f
a0e67ab
0e05341
267ed0b
0cc919a
825d26c
8e4d858
a591b4a
c6fb744
c5eceb8
1ee98b3
fd9fa9e
5136b7a
467b8d5
8972869
c3792b7
b6c8078
08d8116
1bf9641
2566496
11eaf7c
d22aab7
b169dd9
c0f6ea3
a9a88d5
ab10059
8e62254
67b4772
af64d81
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Potential for cleanup: I wonder if we need a separate target for this, or if we can just do it in
AddRuntimeSpecificFilesToPackage
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.
It's a different extension point "TargetsForTfmSpecificDebugSymbolsInPackage" than "TargetsForTfmSpecificContentInPackage" so IMO it makes sense to be a separate target.
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.
You could have a single target and include it in both lists, it'd only run once. Up to you what you think is more maintainable. Seemed to me like it might be nice to have symbol inclusion next to binary inclusion.
This file was deleted.