I am trying to write a script that tests a build with different versions of one of its depenedncies on Teamcity, e.g. search through different versions of a library to find the application's performance regression. I am trying to use the HTTP interface from Teamcity but how does one specify the version of a dependency?
I assume it is either a system or environment property but have not found the right syntax yet.