I discovered the reason that TeamCity couldn't find the files was because they were considered out of date. I now check that the files are touched between builds if they wouldn't otherwise be. Another alternative would be to set the parseOutOfDate parameter in a teamcity service message, which I verified also works. The root path is the checkout directory.
I discovered the reason that TeamCity couldn't find the files was because they were considered out of date. I now check that the files are touched between builds if they wouldn't otherwise be. Another alternative would be to set the parseOutOfDate parameter in a teamcity service message, which I verified also works. The root path is the checkout directory.