We want to set up continuous deployment so that on every check in, the files are copied, sites are created and databases updated. This is working ok for now using lots of C# and calling it from C#.
We want to add Assertion/Checks to make sure the servers are the correct versions, urls are working, passwords are correct etc
The kind of thing I want is the SQL Server 2008 Installer, where it has a list of checks it performs before installing. I want to run this from unittests/powershell and if possible also add a GUI so that the systems team can "check" the state of the servers.
Is there a good tasks framework?
- Team City
- C#
- NUnit
- PowerShell
- IIS, SQL Server, MSMQ etc