如何自动将版本上传到 Codeplex?

发布于 2024-08-23 05:58:15 字数 105 浏览 5 评论 0 原文

我在想象类似的事情 msbuild /t:CodeplexRelease 它将构建,然后将输出上传到指定的 Codeplex 项目。

有人这样做过吗?

I'm imagining something like
msbuild /t:CodeplexRelease
which would build, then upload the outputs to the specified Codeplex project.

Has anyone done this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

雨后咖啡店 2024-08-30 05:58:15

以下是有关使用“CodePlex MSBuild 任务”为新版本创建和上传文件的文档: http://codeplex.codeplex.com/wikipage?title=CodePlexMSBuildTasks&referringTitle=CodePlexAPI

Here's documentation on using the "CodePlex MSBuild Tasks" for creating and uploading files for a new release: http://codeplex.codeplex.com/wikipage?title=CodePlexMSBuildTasks&referringTitle=CodePlexAPI

早茶月光 2024-08-30 05:58:15

您也许可以编写使用 任务 "http://watin.sourceforge.net/" rel="nofollow noreferrer">WatiN 或 Selenium,但据我所知 CodePlex 没有用于此类自动化任务的 API。

You might be able to write a task that uses WatiN or Selenium, but as far as I know CodePlex doesn't have an API for such automated tasks.

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