configuration - How to get the checkout directory of project dependencies in TeamCity? -


i using teamcity build server , have little trouble when configuring projects , dependencies.

eventually want checkout directory of project dependencies configure build steps. have variable %teamcity.build.checkoutdir% checkout directory of project itself.

however, did not find %dep.<dependencyid>.teamcity.build.checkoutdir%.

is there way checkout directory of dependency?

you can add parameter (say checkoutdir ) in first build value equal %teamcity.build.checkoutdir% . can fetch value in dependent build (either through snapshot or artefact dependency)


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -