IisVirtualDirectoryPhysicalPath parameter in TFS build
When I go to the web project's properties, under Pack开发者_Go百科age/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
Did you make those changes on the configuration you are building? Those values are specific to the configuration that is selected in the drop-down on that page. Can you take a look and report back?
精彩评论