Is there a task in MSBuild to execute svcutil.exe? Or is there a definitive wrapper task somewhere?
Obviously, this is what I'll have to do if there is not a "definitive wrapper task somewhere."
GuyBehindtheGuy
2009-10-08 13:27:24
You said "*Or* is there a definitive wrapper task", if your looking for "definitive wrapper task" only then don't start by asking "is there a task in MSBuild to execute svcutil.exe".
Shay Erlichmen
2009-10-08 13:53:32
A:
I'm not aware of an MSBuild task for svcutil.exe.
Such a task may exist in MSBuild Community Tasks or the MSBuild Extension Pack though.
Scott A. Lawrence
2009-10-07 19:22:35
A:
After searching extensively, there does not appear to be a task either included or available to do this.
GuyBehindtheGuy
2009-10-12 19:39:38