Hello,
I have a few libraries and an application in a solution. The libraries export settings for the dependents to consume. The exported include directories use environment variables to form complete paths.
From looking at the TFSBuild output I see that correctly formed paths are being used in the compilation for the files in the project that exports the include directories, but the part of the path defined by environment variables is not being resolved when building the files in projects that reference the exporting project.
I can manually build the entire solution without errors or warnings from the agent’s workspace when logged in as the same user that the agent runs as.
So I guess I’m missing something, or exported setting are broken in the MSBuild step.
Thanks,
Dave