samlan;9048 wrote:We have the same issue with 2.24. The test project references another project which has an XML file contained in a folder, with "Build Action" set to "Content" and "Copy to Output Directory" set to "Copy always". The XML file does not get copied. Everything worked fine in the previous version.
Can you check whether the file has perhaps been copied to an unexpected place in your output directory?
The fix in 2.24 was intended to fix an issue where a resource file in a subdirectory was being copied into the root of the output directory, when it should actually have been copied into a subdir as per standard build logic.
At the moment I'm still having trouble reproducing any issues with files not being copied up the dependency chain. Any help you can provide in terms of a sample solution would really be a huge help.