Tagged Questions
1
vote
2answers
1k views
How to pass data to an ITaskItem property of an MSBuild task?
i have a custom Task which i use in MSBuild. Works great.
Previously, i had some properties which accepted some string data. It was suggested I should change them to ITaskItem's. This way, if i have ...