Tagged Questions

2
votes
2answers
1k views

MSBuild: asterisks and strange ItemGroup Exclude behaviour

I have a script that attempts to construct an ItemGroup out of all files in a certain directory while excluding files with certain names (regardless of extension). The list of files to be excluded ...
1
vote
1answer
37 views

How to read mail using msbuild?

Is there any way to read mail contents using msbuild? Any custom tasks or community tasks available to achieve this?