When I go to the web project's properties, under Package/Publish tab, in Physical Path of web application on the destination server, I have set:
C:\Projects\TimeSheet
When I create a package and examine the package's zip file and look SetParameters.xml file, I see:
<setParameter name="IisVirtualDirectoryPhysicalPath" value="C:\Builds\1\TimeSheet\Web_deploy" />
which I think is getting from the physical location on the build server. Why is it not using what I've set in the project properties? Thanks