I have setup a deployment to the top level of the drive and it is failing with a "not an allowed deployment path" error.
In the allowed hosts section I have the following information:
<allowedDirectories>
<path name="D:" />
</allowedDirectories>
and in my deployment configuration I have the following:
<targetFilesystem area="D:" />
this fails. However, if I deploy to a different target location without changing my allowed hosts, it works fine.
<targetFilesystem area="D:\temp" />
I have tried the following values for the allowed directories, "D:" "D:\" "D:\." "D:\.\" "D:\Temp\.." all to no avail.
I have also tried various values for my targetFilesystem area, "D:" "D:\" both fail
Any sub directory of

does deploy successfully however if I have to use this method then I will have to change my deployment significantly as well as my structure within my branch / source area. Is there some restriction with OD that prevents you from deploying to the root level of a drive under windows?
OD 7.2.1 on Source and Target.