Skip to content
Discussion options

You must be logged in to vote

What you described is MSBuild behavior. You have to prepend/append Properties manually like:

<PropertyGroup>
   <DefineConstants>$(DefineConstants);Foo=bar</DefineConstants>
</PropertyGroup>

I don't know if the MSBuild documentation describes this behavior or pattern but you could go search their documentation and if not, feel free to make a suggestion to them.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by RichardJFoster
Comment options

You must be logged in to vote
2 replies
@robmen
Comment options

@RichardJFoster
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants