I'm harvesting a directory for my Visual Studio solution.
It works on my local system so far probably because the project build order is being respected.
When I run the installer on a build server it finds the right directory but it has not been created at the time of building the setup file. It throws a HEAT5052
error saying The directory 'a:\b\c' could not be found
.
Is there any way to "wait" until or to execute the heat command after all project references are built?