-
Notifications
You must be signed in to change notification settings - Fork 258
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
Pack should exclude items from targets/props files coming from packages #3927
Comments
I open an issue for this, #4013 but I figured i'd add a note here as well, is it really necessary to also set this to true when doing a restore as well? doing that blocks a really interesting scenario for me :) |
please investigate, and let's have an impact/timeframe discussion. |
Note that having props/targets that contribute build logic might be vital for |
@dasMulli calculating package version happens in the outer build, and this change wouldn't impact that. if you have a scenario that you are afraid might break, i'd really appreciate if you could test out some private bits. if you can, let me know and i will share them with you. also tagging @AArnott @onovotny in case they are interested to try it out before i check this in. |
Thanks. I am concerned both with the goal and how it is implemented. Both concerns are on the PR. |
Closing based on the PR feedback. |
Pack should exclude content items and other items declared in props/targets coming from dependency packages.
Currently this can be done by setting
ExcludeRestorePackageImports=true
Steps
Expected
Content items from the package will not be included
Actual
Content items from the package are included
The text was updated successfully, but these errors were encountered: