Im trying out the Hudson Continuous Integration. After the build is executed i want to copy the content of the ReleaseBuild to another website on the server.
This should be possible i guess but i cant seem figure it out.
I know this can be done in nAnt and msbuild but i need to make Hudson do it, eg plugin or something.
Anyone?
Hudson doesn’t have a built in copy to some random location task so you have the following options
The extra task in your nant file is probably the best option as nant can control IIS and do the right thing rather than just copying the files into a folder.