Hi,
I am trying to compile a solution including one library project and the corresponding test application which links against the library.
The test application relies on the the library and so it compiles first and with a “after build” step I copy the library in a specific folder
on the build host using the built-in variable $(SourceDir). Within the test project I use the same variable under MSBuild settings -> Library Directories.
But the variable is not set during the build process.
It only works if I set the full path for the remote system.
(version 5.6 Beta 2, build 4169)