Skip to content

Properly evaluate PackInference.PackExclude#129

Merged
kzu merged 1 commit into
mainfrom
pack-exclude
Jul 19, 2021
Merged

Properly evaluate PackInference.PackExclude#129
kzu merged 1 commit into
mainfrom
pack-exclude

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Jul 19, 2021

We were previously assuming Exclude was a valuated while doing the Include for entire item groups, while this is not the case. We need instead to evaluate using the same MSBuild syntax (we use minimatch for this) so we can properly exclude items.

Fixes #128 and #122

@kzu kzu force-pushed the pack-exclude branch 3 times, most recently from 2656056 to ebf736f Compare July 19, 2021 21:57
@kzu kzu enabled auto-merge (rebase) July 19, 2021 21:58
@kzu kzu disabled auto-merge July 19, 2021 22:00
We were previously assuming Exclude was a valuated while doing the Include for entire item groups, while this is not the case. We need instead to evaluate using the same MSBuild syntax (we use minimatch for this) so we can properly exclude items.

Fixes #128 and #122.
@kzu kzu enabled auto-merge (rebase) July 19, 2021 22:01
@kzu kzu merged commit 09b4534 into main Jul 19, 2021
@kzu kzu deleted the pack-exclude branch July 19, 2021 22:08
@devlooped devlooped locked and limited conversation to collaborators Nov 23, 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.

When inferring content, PackInference.PackExclude isn't properly evaluated

1 participant