views:

52

answers:

3

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

Has anyone done this?

A: 

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

Sayed Ibrahim Hashimi
Apparently, IT DOES EXIST. see this answer: http://stackoverflow.com/questions/2341758/how-can-i-automatically-upload-a-release-into-codeplex/2393332#2393332
Cheeso
A: 

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
Interesting, but not exactly what I was talking about.
Cheeso
+1  A: 

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