2 pages tagged with "psake"

Deploying to Azure from psake - “No snap-ins have been registered”

June 21, 2011 - 158 words - 1 mins
Cloud hosting really lends itself to continuous deployment approaches - scripted provisioning models and blue/green deployment are well catered for. In the case of Microsoft Azure, the Powershell Cmdlets integrate easily with our psake build scripts. Unfortunately, the cmdlets are 64 bit only and mo… read more

vsdbcmd deployment to SQL Azure

March 31, 2011 - 266 words - 2 mins
Unless you're targeting a data-tier application, you can’t generate a create script from a .dbproj (datadude) database project in Visual Studio that’s compatible with SQL Azure. This is a big pain if you’re attempting to implement a continuous deployment/continuous delivery approach. Following is a … read more