Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do the MSBuild Community Tasks or Extension Pack work with Mono's xbuild?

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.

like image 514
dommer Avatar asked Nov 06 '22 08:11

dommer


1 Answers

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.

like image 57
Benjamin Baumann Avatar answered Nov 30 '22 12:11

Benjamin Baumann