RoboCopy 未包含在最新的 MSBuild 社区版本中?

发布于 2024-12-13 09:02:54 字数 304 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是我以为 2024-12-20 09:02:54

如果您没有注意到:下载页面上的最新官方版本(v1.2.0 .306,正是您下载的版本)已有近五年的历史(2007 年 2 月)。

从那时起,后备箱里显然发生了很多事情。
您可以自己下载并编译主干,也可以使用夜间构建,您可以在 主项目页面底部下载该构建

下载最新的夜间构建

来自自动构建服务器的最新测试二进制文件和源代码。

版本:1.3.0.516 日期:2011 年 9 月 8 日

我正在使用这个版本。
所以...是的,您找错地方了:-)

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:

Download The Latest Nightly Build

The latest test binaries and source from the automated build server.

Version: 1.3.0.516 Date: 9/8/2011

I'm using this version.
So...yes, you are looking in the wrong place :-)

终弃我 2024-12-20 09:02:54

MSBuild(最新)也可以通过 NuGet 获得: http://nuget.org/packages/MSBuildTasks

您可以通过 GUI 或在包管理器控制台中运行来安装它

Install-Package MSBuildTasks

MSBuild (latest) is also available through NuGet: http://nuget.org/packages/MSBuildTasks

You can install it via GUI or in Package Manager Console run

Install-Package MSBuildTasks
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文