C#

Automating Deployment Process Using Windows Context Menus

During deployments to Staging, Pre-Production and Production environments you typically have a good number of SQL scripts that you need to run.

One solution would be to just take a directory listing straight from a command prompt and dump it into a batch file. This gets tedious, so I wrote a C# command line application to attach a text file to the batch script (to include instructions and any other important information) and then populate batch files for the Staging, Pre-Production and Production environments.

Syndicate content