msdeploy + setParameters.xml, how to set web physical file location
This question has been danced around a bit, forgive me if it is a duplicate but I haven't been able to find an exact answer. I am trying to create a Parameters.xml for deployment configuration that specifies the destination physical file folder for a web site. This is for an automated build using TeamCity, e.g. commandline using .deploy.cmd. Can someone explain what I need to do? Parameters.xml: <parameter name="physicalPathLocation" description="Physical path where files for this Web service will be deployed." defaultValue="\" tags="PhysicalPath"> <parameterEntry kind=