I have multiple publish profiles for different servers. I am wondering if there is any way how I can run all the profiles together instead of deploying one at a time?
Thanks!
I have multiple publish profiles for different servers. I am wondering if there is any way how I can run all the profiles together instead of deploying one at a time?
Thanks!
I do it by using the command line. Create a Bat file at or near the solution. You could also use a powershell script.
Steps:
Or you can publish once and with a script copy to the different servers.