We want to set up continuous deployment so that during each scan files are copied, sites are created and databases are updated. This works fine right now, using lots of C # and calling it from C #.
We want to add Assertion / Checks to make sure that the servers are the correct versions, the URLs are working, the passwords are correct, etc.
I want it to be SQL Server 2008 installer, where it has a list of checks that it performs before installation. I want to run this from unittests / powershell and, if possible, add a graphical interface so that the system command can "check" the status of the servers. Is there a good task structure?
- Team city
- FROM#
- Nunit
- Powerhell
- IIS, SQL Server, MSMQ, etc.
source share