TeamCity on Windows Server + Agents
My integration-tests expect a certain directory-structure to be present, for example :
c:\foo\bar
TeamCity runs integration-tests on the agent. Therefore prior to running the tests, I need to ensure this is present on the agent.
Can this be accomplished via TC build configs ? Or do I need to write a script ?
Ideally you checkout code from a vcs(Git,svn) into teamcity . In case you are using VCS checkout , you can checkout code to a custom directory on the agent
In case you don't have a VCS checkout, you can add a script to create the directory structure you need as the first build step