teamcity.build.checkoutDir is empty
I'm using the sln2008 buildrunner and try to use the teamcity.build.checkoutDir TeamCity property.
To test it I logged a message in my build log:
]]>
In the build log the following appeared:
teamcity.build.checkoutDir =
I expected to see something like:
C:\Program Files\TeamCity\buildAgent\work\e3f031c64e73354c
Can someone give a clue? Can I use the property as stated above?
Kind regards,
Michel Schep
Please sign in to leave a comment.
Problem solved.
I had to to change dots by underscores:
teamcity.build.checkoutdir ==> teamcity_build_checkoutdir