Browse by Tags

All Tags » MSBuild (RSS)
After recently migrating an important new website to use Windows Azure “Web Roles” I wanted an easier way to deploy new versions to the Azure Staging environment as well as a reliable process to rollback deployments to a certain “known good” source control...
Now that I have my source code being checked into GitHub and have TeamCity doing automatic builds (and running tests), I thought it was about time to take the last big step and automatically deploy the latest version of an application to a live site ...
One great benefit of having a Continuous Integration server like TeamCity ( http://www.jetbrains.com/teamcity/ ) building your code is that you can hook into the build process to have it also handle tedious or time-consuming tasks for you, such as running...
Posted by srkirkland | 3 comment(s)
Filed under: , , , ,
When distributing a library you often run up against versioning problems, once facet of which is simply determining which version of that library your client is running.  Of course, each project in your solution has an AssemblyInfo.cs file which...
More Posts