PublishSNIFiles
is part of PublishItemsOutputGroupDependsOn
, but doesn't contribute to PublishItemsOutputGroupOutputs
#3081
Labels
🐛 Bug!
Issues that are bugs in the drivers we maintain.
✔️ Triage Done
Issues that are triaged by dev team and are in investigation.
Describe the bug
Microsoft.Data.SqlClient.SNI.targets
addsPublishSNIFiles
toPublishItemsOutputGroupDependsOn
, but it doesn't add the published SNI files toPublishItemsOutputGroupOutputs
.I can't seem to find the source for this targets file on GitHub, so for reference, here's what it looks like on my local:
It seems like this target should take the additional step of adding the SNI files to
@(PublishItemsOutputGroupOutputs)
so that downstream targets are aware that these items are part of the published output, e.g.:To reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: