Per our discussion:
Let's add a way to share TeamCity properties between several Build Configurations:
- read default values for the properties from the properties file, similar in format to buildAgent.properties. Agent's and Build Configuration's properties will override these ones.
- read the file name from the property named "teamcity.default.properties", assume implicit default as "teamcity.default.properties". Relative file names to be read from build's working directory, absolute paths should also be supported
- generate no output if the file is not found, log INFO (in the build log too, if possible), if the file was found and used.
Issue wasclosed