I have setup CruiseControl.net to compile several .NET projects, the end result of the build is a .zip file with the files I need to push to production, the zip is named using the build label.
How would I put a link that I could click from each build to download this file? Or is there a different way I should be accomplishing this task? I would like to be able to do everything from the web interface so I don't have to give access to the filesystem on the build server to download them from there. I also know that I will need to have these files available in a web accessible directory for it to work. Thank You. -- Marcus
