I'm using TeamCity as a CI server and have a scenario with two Build Configurations. Build Configuration A generates artifact File A. Build Configuration B has an Artifact Dependency on A and builds from the same chain.
I need to configure a System Property (so it will be fed into MSBuild) on B that contains the full file path to File A. Is there a parameter reference I can use or other way to get it?