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

Add Files file harvesting. #489

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Add Files file harvesting. #489

merged 1 commit into from
Feb 26, 2024

Conversation

barnson
Copy link
Member

@barnson barnson commented Jan 21, 2024

Implements wixtoolset/issues#7857.

Like naked files, Files elements can appear where Component elements do in WiX v4. The optimizer enumerates files and directories, generating single-file components as it goes. MSBuild-like wildcards (including **) are supported. Excludes child elements lets you exclude files that would otherwise be captured by wildcards.

@barnson barnson requested a review from robmen January 21, 2024 03:49
@barnson barnson force-pushed the bob/FilesHarvesting branch 3 times, most recently from 633d14d to 69b60df Compare February 25, 2024 21:10
src/wix/WixToolset.Core/HarvestFilesCommand.cs Outdated Show resolved Hide resolved
src/wix/WixToolset.Core/HarvestFilesCommand.cs Outdated Show resolved Hide resolved
Implements wixtoolset/issues#7857.

Like [naked files](wixtoolset/issues#7696),
`Files` elements can appear where `Component` elements do in WiX v4. The
optimizer enumerates files and directories, generating single-file
components as it goes. MSBuild-like wildcards (including `**`) are
supported. `Excludes` child elements lets you exclude files that would
otherwise be captured by wildcards.
@barnson barnson force-pushed the bob/FilesHarvesting branch from 69b60df to 11e7b98 Compare February 26, 2024 02:32
@barnson barnson merged commit 6067839 into develop Feb 26, 2024
3 checks passed
@barnson barnson deleted the bob/FilesHarvesting branch February 26, 2024 14:18
@barnson
Copy link
Member Author

barnson commented Feb 26, 2024

w00t!

@github-actions github-actions bot locked and limited conversation to collaborators Feb 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants