The numeric subdirectory under ..TeamCityData\system\artifacts\...myProject seems to be the sum of ALL project build numbers, not the specific project
i.e. i have three projects
Project A is at build #10
Project B is at build #15
Project C is at build #20
The numeric artifact subdir for the next build of Project A won't be 11, it will be 46 (10+15+20+1)
Please sign in to leave a comment.
Hello,
Actually, the numeric subdirectory refers not to build number, but to internal buildId. The reason for that is build numbers are defined by users, and they may be not unique.
We have an enhancement request, please vote/watch http://youtrack.jetbrains.net/issue/TW-1779
Kind regards,
KIR