RoboCopy 未包含在最新的 MSBuild 社区版本中?
我正在使用 MSBuild 社区任务 设置 RoboCopy 作业。然而,尽管该任务位于项目首页的任务列表中,但该任务似乎尚未发布。最新版本v1.2.0.306不包含它,但如果它存在于SVN主干中。我是不是找错地方了?
我知道有一个 MSBuild 扩展项目也有 RoboCopy 任务,但我已经在使用其他一些社区任务,并且我不想让我的构建依赖于两个几乎相同的扩展包。
底格里斯河站点在文档方面似乎已被放弃,所以我试图看看这里是否有人知道。
I'm setting up a RoboCopy job using the MSBuild Community tasks. It seems however that the task has not been released, despite it being in the list of tasks on the project front page. The latest release v1.2.0.306 does not include it, but if it is present in the SVN trunk. Am I looking in the wrong place?
I know there is an MSBuild Extension project that also have a RoboCopy task, but I'm already using some of the other Community tasks, and I'd rather not make my build depend on two almost identical extension packs.
The Tigris site seems abandoned in terms of documentation, so I'm attempting to see if anyone in here knows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您没有注意到:下载页面上的最新官方版本(v1.2.0 .306,正是您下载的版本)已有近五年的历史(2007 年 2 月)。
从那时起,后备箱里显然发生了很多事情。
您可以自己下载并编译主干,也可以使用夜间构建,您可以在 主项目页面底部下载该构建:
我正在使用这个版本。
所以...是的,您找错地方了:-)
In case you didn't notice it: the latest official release on the download page (v1.2.0.306, exactly what you downloaded) is nearly five years old (February 2007).
Since then, obviously a lot of stuff happened in the trunk.
You can download and compile the trunk yourself, or you can use the nightly build which you can download at the bottom of the main project page:
I'm using this version.
So...yes, you are looking in the wrong place :-)
MSBuild(最新)也可以通过 NuGet 获得: http://nuget.org/packages/MSBuildTasks
您可以通过 GUI 或在包管理器控制台中运行来安装它
MSBuild (latest) is also available through NuGet: http://nuget.org/packages/MSBuildTasks
You can install it via GUI or in Package Manager Console run