Reputation: 53
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!
Upvotes: 1
Views: 85
Reputation: 741
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.
Upvotes: 1