Is there a task in MSBuild to execute svcutil.exe? Or is there a definitive wrapper task somewhere?
Asked
Active
Viewed 1,316 times
3 Answers
3
You can always use the Exec task and run what ever you want.

Shay Erlichmen
- 31,691
- 7
- 68
- 87
-
Obviously, this is what I'll have to do if there is not a "definitive wrapper task somewhere." – GuyBehindtheGuy Oct 08 '09 at 13:27
-
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 Oct 08 '09 at 13:53
2
After searching extensively, there does not appear to be a task either included or available to do this.

GuyBehindtheGuy
- 1,368
- 2
- 17
- 36
0
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 Lawrence
- 6,993
- 12
- 46
- 64