0
votes
2answers
385 views
How to pass data to an ITaskItem property of an MSBuild task?
Hi folks,
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 …
1
vote
2answers
178 views
Generating Code in an MSBuild task [closed]
I am creating an MSBuild task that will generate one or more files, I have a Task with an [output] property that is of type ITaskItem[]. My question is, do I need to implement that interface myself or …
1
vote
1answer
275 views
MSBuild ITaskItem array is out of date
I'm creating a custom ITask for MSBuild which uploads the output files of my build. I'm using a web deployment project to publish my app and hooking in to the AfterBuild target to do my custom work.
…
