2

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

Has anyone done this?

Cheeso
  • 189,189
  • 101
  • 473
  • 713

3 Answers3

3

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

jwanagel
  • 4,078
  • 1
  • 25
  • 33
0

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.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Sayed Ibrahim Hashimi
  • 43,864
  • 17
  • 144
  • 178
  • Apparently, IT DOES EXIST. see this answer: http://stackoverflow.com/questions/2341758/how-can-i-automatically-upload-a-release-into-codeplex/2393332#2393332 – Cheeso Mar 06 '10 at 21:19
0

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.

Sky Sanders
  • 36,396
  • 8
  • 69
  • 90