vote up 0 vote down star

Is there a task in MSBuild to execute svcutil.exe? Or is there a definitive wrapper task somewhere?

flag

3 Answers

vote up 0 vote down check

After searching extensively, there does not appear to be a task either included or available to do this.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

You can always use the Exec task and run what ever you want.

link|flag
Obviously, this is what I'll have to do if there is not a "definitive wrapper task somewhere." – GuyBehindtheGuy Oct 8 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 8 at 13:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.