I have TeamCity setup on my server. I have it successfully downloading my source code, and building via Visual Studio. The logs say that the build is successful. However, at this time, the result of the build is in a directory like:
C:\TeamCity\buildAgent\work\688d47a33b8989b6\site
How do I take the contents of the url above and cop them to a directory on the same machine? For instance, I would like to take the contents of the directory listed above and put them in:
C:\WebSites\MySite
How can I do this copy-and-paste within TeamCity so that I have a true continuous integration cycle?