We build on a dedicated Amazon AWS TeamCity server where execution of the AI portion of the build is done in an Ant script.
We develop the AI installer on the D: drive where full manual builds are done. TeamCity is setup on C: by default on AWS.
It appears that the TeamCity builds are grabbing files off D: when it should all be relative to the TeamCity work directory on C:
Is there any documentation or recommended approach or procedures for making and keeping AI paths relative so it works no matter where it is built?
Thanks very much for your time.