When adding a custom protocol, e.g.
<ProjectReferenceTargets Include="Foo" Targets="Foo" />
Only the root traversal project runs the Foo target.
I think the problem is this line:
|
<ProjectReferenceTargets Remove="@(ProjectReferenceTargets)" /> |
Perhaps just remove the protocols the Traversal SDK is handling rather than remove all.
When adding a custom protocol, e.g.
Only the root traversal project runs the
Footarget.I think the problem is this line:
MSBuildSdks/src/Traversal/Sdk/Sdk.targets
Line 40 in 96f2169
Perhaps just remove the protocols the Traversal SDK is handling rather than remove all.