I will be speaking at Leeds DevOps on the 21st of July on the subject of Desired State Configuration (DSC).
‘In the Windows world, due to its API based architecture, deployment is too often not as simple as copying an EXE and updating a text configuration file. Desired State Configuration is an attempt to ease the pain …
Read MoreUpdate 21 Aug 2015 - This post contains all the basic information, but there is an improved PowerShell script discussed in Using Release Management vNext templates when you don’t want to use DSC scripts – A better script
Many web sites are basically forms over data, so you need to deploy some DB schema and something …
Read More- With the help of the Release Management team at Microsoft I now have a working REST based automated TFS Build to Release Management pipeline. Previously we were using a TFS automated build and then manually triggering our agent based Release Management pipeline. When we moved to a vNext PS/DSC based RM pipeline I took …
Read More Whilst setting up Application Insights on one of our web sites I hit a problem. The target site appeared to be working OK, but if I setup a ping test it failed.
Digging into the failure, as with much of Application Insights just keep clicking to go deeper, I found the issue was that a CSS file was failing to load.
Read More- Today was my day for semi annual Media Center (MCE) problems. As usual they seemed to start with an unexpected power issue, a local power cut, maybe the answer is a UPS for the TV setup? Once the PC was rebooted it had forgotten it had any tuners. If I tried to view live TV or re-setup the TV signal it just hung with a …
Read More - Had a strange issue today while editing our standard TFS 2013 XAML build process template to add an optional post drop script block to allow a Release Management pipeline to be triggered via REST. Our standard template includes a block for enabling and disabling Typemock, after editing our template to add the new …
Read More - If you came to our re:Build and re:Ignite events last week and want more information on the subjects we covered, remember that all the sessions from both the Microsoft Build and Ignite events are available at http://channel9.msdn.com/Events/Build/2015 and http://channel9.msdn.com/Events/Ignite/2015. On these sites you …
Read More Did you miss content from Microsoft Build and Ignite events?
Well you can catch up on Channel9, but we at Black Marble are running free round up events on the 20th May in Leeds.
Why not come and talk to Black Marble and Microsoft staff who attended the events?
To register go to the Black Marble events site.
Read More- Recently whilst at a clients one of our consultants came across an interesting issue; the client was using Selenium to write web tests, they wanted to trigger them both from Microsoft Test Manager (MTM) as local automated tests, and also run them using BrowserStack for multi browser regression testing. The problem was …
Read More If you are using a parameters.xml file to set value with MSDeploy I have just found a gotcha. You need some value in the web.config file, not just an empty XML tag, else the replacement fails. So to explain…
I had the following parameters.xml file, and use Release Management to replace the __TAG__ values at deployment …
Read More