如何自动将版本上传到 Codeplex?
我在想象类似的事情
msbuild /t:CodeplexRelease
它将构建,然后将输出上传到指定的 Codeplex 项目。
有人这样做过吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我在想象类似的事情
msbuild /t:CodeplexRelease
它将构建,然后将输出上传到指定的 Codeplex 项目。
有人这样做过吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
以下是有关使用“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
为 CodePlex 项目设置持续集成服务器
< a href="http://snak.codeplex.com/" rel="nofollow noreferrer">SNAK - 简单的 NAnt 加速套件
使用 CodePlex 进行持续集成:部分III
这应该可以帮助您入门。
Setting up a continuous integration server for a CodePlex project
SNAK - The Simple NAnt Acceleration Kit
Getting Continuous Integration Working With CodePlex: Part III
that should get you started.
您也许可以编写使用 任务 "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.