Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server.
A single build machine is installed with one controller and two agents. The working directories are configured to use the following working directory:
$(SystemDrive)\Builds\$(BuildAgentId)\$(BuildDefinitionPath).
Your system drive is running out of space and some builds often fail with the following error:
"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
You need to meet the following requirements:
Point the working path to drive D.

Construct a working directory that can be used to define the shortest unique path for each build agent it

is used on.
What should you do?