I'm using Teamcity 6.5 for continuous integration and deployment.
I have CI builds configured that compile and unit test my code that run when code changes are detected.
I have a 2nd deployment build config that has an asset dependency on the CI build. I run this one manually.
This works but the deploy build take a long time. A large chunk of this time is spend with the build agent "downloading" the assets into it's local working folder.
I understand that this is intended for when agents run on a separate machine, but my agent is installed on the same box.
My question is that since my agent in on the same box, can I somehow arrange to skip the "agent download" and deploy directly from the asset folder?