Has anyone got the MSBuild Community Tasks or MSBuild Extension Pack working with Mono's xbuild? They both seem to have MSI installer, so I guess it's a case of manually transferring the files to the Mac (in my case)?

If anyone's done it, I'd appreciate the benefit of his/her experience.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I guess you have to do it manually because of the MSI. You can get the sources : http://msbuildtasks.tigris.org/files/documents/3383/36642/MSBuild.Community.Tasks.v1.2.0.306.zip http://msbuildextensionpack.codeplex.com/SourceControl/list/changesets#

And compile them with xbuild. Then you should be able to use them with xbuild.

Nevertheless, I'd never tried.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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