Do you Create a “.Deployment” Project alongside your Web Application for any additional deployment steps?
Last updated by Brady Stroud [SSW] 8 months ago.See historyYour source control repository should be the source of all truth. Everything, always, no-matter what should go into source control.
This includes any deployment scripts and Web Deploy parameter files if you need them.
This includes your deployment scripts and Web Deploy parameter files.
In the image aboce, Vm-SynWeb.Deploy.Bat is a batch file that will deploy your website to Vm-SynWeb Vm-SynWeb.SetParameters.xml is a Web Deploy SetParameters file that specifies environment specific settings. _Deploy.Bat is the base batch file that your environment specific deployment batch files will call.