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

[ClickOnce] Fix publishing of content items from child projects. #9209

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

sujitnayak
Copy link
Contributor

@sujitnayak sujitnayak commented Sep 7, 2023

AB#1846089

Context

ClickOnce is not publishing copy-local content items from child projects.

Changes Made

GetCopyToOutputDirectoryItems target gets the content items of transitive project dependencies. The itemgroup with these contents is however getting cleared.

With this change, the content item group is being preserved and ClickOnce publishing target is now adding the TransitiveItemsToCopyToOutputDirectory itemgroup to its publish output.

Testing

Manual testing + Validation from CTI team of both customer repro and functional testing.

Notes

@AR-May AR-May self-requested a review September 12, 2023 13:35
… child projects, include output of target that get the transitive source items from child projects
@sujitnayak sujitnayak requested a review from ning51 September 15, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants