开发者

How can I automatically upload a release into Codeplex?

开发者 https://www.devze.com 2022-12-21 14:09 出处:网络
I\'m imagining something like msbuild /t:CodeplexRelease which would build, then upload the outputs to the specified Codeplex project.

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

Has anyon开发者_运维技巧e done this?


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


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消