runCommand provider in msdeploy's Manifest.xml file
问题 I am trying to include running a batch script (more, provided I can figure this out) as part of the deployment process via msdeploy by using the runCommand provider in the manifest file. This is what my manifest file looks like <MSDeploy.iisApp> <iisapp path="Default Web Site/SiteName" /> <dbfullSql path="msdeploy.config" transacted="false" /> ...(more calls to providers) <runCommand path="(call to batch script here)" /> </MSDeploy.iisApp> Everything in the manifest file runs fine, but it