TFS vNext builds do not have a concept of build quality unlike the old XAML based builds. This is an issue for us as we used the changing of the build quality as signal to test a build, or to mark it as released to a client (this was all managed with my TFS Alerts DSL to make sure suitable emails and build retention …
Read MoreI’ve never been to Sweden, so I’m really looking forward to September, when I’ll be speaking at CloudBurst. Organised by the Swedish Azure User Group (SWAG – love it!), this conference is also streamed and recorded and the sessions will be available on Channel 9. The list of speakers and topics promise some …
Read MoreComplex Azure Template Odyssey Part One: The Environment
Rik Hepworth Aug 23, 2015 · 10 min read · Azure Azure Resource Manager Azure Resource Manager Windows Azure ·Part Two | Part Three | Part Four Over the past month or two I’ve been creating an Azure Resource Template to deploy and environment which, previously, we’d created old-style PowerShell scripts to deploy. In theory, the Resource Template approach would make the deployment quicker, easier to trigger from tooling like …
Read MoreKey Summary I have split the key Summary into Essential the essential keys are key combinations you NEED to know and Nice to know. I have left the Win+arrows in the Windows 8 section, while the Windows 10 version is vastly better with snapping, essentially the functionality is the same. I will be posting later on …
Read MoreI have spent a good deal of time over the last month or two building an Azure Resource Template to deploy a relatively complicated IaaS environment. In doing so I’ve hit a variety of problems along the way and I though that a number of blog posts were in order to share what I’ve learned. I will write a detailed post on …
Read MoreAfter many months travelling and spending a lot of time planning, I have now got many posts backed up to send, I am currently touching up and posting my back log. so expect to see a flurry of posts over the next week or so b.
Read MoreDocumentation for using the customScriptExtension for Virtual Machines in Azure through Resource Templates is pretty much non-existent at time of writing, and the articles on using it through PowerShell are just plain wrong when it comes to templates. This post is accurate at time of writing and will show you how to …
Read MoreI like web deploy as a means to package up websites for deployment. I like the way I only need to add 1/p:DeployOnBuild=True;PublishProfile=Release as an MSBuild argument to get the package produced as part of an automated build. This opening up loads of deployment options I recently hit an issue packaging up a …
Read MoreA couple of months ago I wrote a post on using PowerShell scripts to deploy web sites in Release Management vNext templates as opposed to DSC. In that post I provided a script to help with the translation of Release Management configuration variables to entries in the [MSDELPOY].setparameters.xml file for web sites. …
Read MoreI have just had a guest post published on the Microsoft UK developers site nUnit and Jasmine.JS unit tests in TFS/VSO vNext build
Read More