Automated WEB SITE deploy using CruiseControl

325 Views Asked by At

I have done some automated deploys for web projects before, but I am having a lot of difficulty setting it up for my web site because there is no .csproj file to reference with MSBuild. I have attempted to use AspNetCompiler but I keep running into roadblocks that prevent this from working. Is anyone experienced with getting CruiseControl to work with web sites, or can this even be done?

1

There are 1 best solutions below

2
On

Create a solution for this website and use the MSBuild task in cruisecontrol to compile and publish them. Ideally I would create a msbuild file which will compile the solution, archive the currently deployed website and deploy website to the server.