MSBuild 社区任务或扩展包可以与 Mono 的 xbuild 一起使用吗?
有人获得了 MSBuild 社区任务 或 MSBuild 扩展包 与 Mono 的 xbuild 一起使用吗?它们似乎都有 MSI 安装程序,所以我猜这是手动将文件传输到 Mac 的情况(就我而言)?
如果有人这样做过,我会很感激他/她的经验的好处。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想由于 MSI,您必须手动执行此操作。
您可以获得来源:
http://msbuildtasks。 tigris.org/files/documents/3383/36642/MSBuild.Community.Tasks.v1.2.0.306.zip
http://msbuildextensionpack.codeplex.com/SourceControl/list/changesets#
并且使用 xbuild 编译它们。然后您应该能够将它们与 xbuild 一起使用。
尽管如此,我从未尝试过。
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.