I am trying to deploy Orchard using WebDeploy.
Orchard has the following folder structure, Orchard.Web is the root of my web application
When i do a WebDeploy all bin folders that sit outside the root are not included in the package. Is there a way to include them?
Here are my deployment settings used by MSBuild
/p:DeployOnBuild=True
/p:DeployTarget=MSDeployPublish
/p:MSDeployPublishMethod=WMSVC
/p:MsDeployServiceUrl=https://myserver:8172/msdeploy.axd
/p:username=User
/p:password=
/p:DeployIisAppPath=SiteName
/p:AllowUntrustedCertificate=True