Our build server has been using the following properties for some time OutputPath=c:\\output; OutputDir=c:\\output;
Is there a task in MSBu开发者_开发问答ild to execute svcutil.exe?Or is there a definitive wrapper task somewhere?You can always use the Exec task and run what ever you want.After searching extensively