Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automating web deployments in C#

Can anyone recommend any tools for automating the deployment of web services and web sites to IIS. It would also be useful to have the ability to run nunit(tests) following the deployment and to possibly rollback if they fail.

like image 810
Dunc Avatar asked Dec 11 '25 21:12

Dunc


1 Answers

Most continuous integration tools (TeamCity, CruisControl, Jenkins, TFS etc...) can be used for this.

After your build step, you can add testing steps and if these are all successful, a deployment step to the live environment.

Details of how to do so vary between the different tools, but they are all capable.

like image 149
Oded Avatar answered Dec 14 '25 09:12

Oded



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!