How to pass configuration parameters to snapshot dependencies?
I have a build configuration A that has a configuration parameter param.one that will get set from the ... on a manual run.
Build configuration A has two snapshot dependencies 1 and 2. Each of which need to know the value of param.one before they begin.
When each build 1 and 2 are completed, build A will run and complete.
How do I do this? Thanks in advance.
Please sign in to leave a comment.
Hi Mike,
sorry to bring this old thread back to life, but I am trying to do the same thing. Did you achieve this in the end ?
Olivier
For the record: http://devnet.jetbrains.com/message/5507187#5507187
There is an officially supported method to do this.
See https://www.jetbrains.com/help/teamcity/predefined-build-parameters.html#Overriding+Dependencies+Properties
They say it was implemented in https://youtrack.jetbrains.com/issue/TW-23700