Replies: 2 comments 1 reply
-
Those are two different ways to represent the same thing: MSBuild metadata as properties or as attributes. However, you are using different names for the Metadata in your two examples. That is probably why you see different behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not understanding the difference between using metadata & properties to control harvesting
As an example the following does not suppress the indicated elements that I want suppressed:
but the following works:
Am I just not applying the properties correctly? The documentation for the properties is a bit confusing with respect to how to use them...
Beta Was this translation helpful? Give feedback.
All reactions