Questions tagged [msbuild-propertygroup]

Inside a Microsoft Build project, PropertyGroup contains a set of user-defined Item elements.

Inside a Microsoft Build project, PropertyGroup contains a set of user-defined Item elements.

More information:

56 questions
0
votes
1 answer

MSBuild get assembly names of tests

I'm working on generating coverage. One of the tests was taking a long time if the OpenCover filter was just +[*] so I've decided to add the assembly names. But this isn't an efficient approach as the assemblies may increase. I want to do something…
0
votes
1 answer

MSBuild - Can't read a Property in a Target

I'm updating a build target to look in two separate location for an .exe to run during the build. I've created a simple test project to test the conditional tasks, property groups, etc. but can't work out how to have my PropertyGroup outside the…
newcube
  • 113
  • 7
0
votes
1 answer

return properties from target called by CallTarget in MSBuild

I'm new to msbuild but even with google I don't have any idea how to return a property from a CallTarget in MSBuild (see below). Is that not possible or