The CodeStock conference is coming up soon on June 15th in downtown Knoxville. As such I have upgraded the CodeStock 2011 Windows Phone app for this year’s conference and am pleased to announce it has been published to the marketplace. Marketplace Video Source Code Changes Over Last Year’s Version I have not had much time…
Build Automation Part 4: Database and Report Deployments
Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments Unlike deploying the application itself in its entirety each time, database and report items have required incremental deployments due to their nature and…
Build Automation Part 3: App Deployment Script
Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments Types of Deployment Scripts We currently have different deployment scripts that are run independently though there is a desire to chain them together…
Build Automation Part 2: Building and Packaging
Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments In the last post in this series I discussed an overview of some build and deployment automation goals and covered some pre-build activities.…
Build Automation Part 1: Overview and Pre-build Tasks
Series Index Build Automation Part 1: Overview and Pre-build Tasks Build Automation Part 2: Building and Packaging Build Automation Part 3: App Deployment Script Build Automation Part 4: Database and Report Deployments A recent major application release at work required various changes to our build and deployment process. Our continuous integration process was created probably…
Scripting NuGet Package Updates (ASP.NET MVC 4)
After creating an ASP.NET MVC 4 web app I noticed in the Visual Studio Package Manager that there were several NuGet packages that had updates available. My first thought was just to update them from the dialog while I was there. That has a few problems though: You have to update packages one at a…