I have a web application created using ASP.NET 4.5 and Visual Studio 2012 on my local machine, which I publish to the development machine that I have access to. We have preprod/staging and production environments for this application, which I don't have access to, and the release team (which knows nothing about the application) is in charge of releasing the application to these environments. I need to provide release steps to them.
What's the best/easiest way for the release team to get the latest version of the application from the dev machine and release it to preprod and then to prod? Is it to create a web deployment package?
Since Visual Studio is not installed on dev, preprod and prod machines, one-click publish using Web deploy won't work, right? Prod server can be set up for the Web Deployment Agent Service (MSDepSvc/Remote Agent service).
Thank you.