There are good reasons why you might wish to move an existing Azure DevOps organisation from one region to another. The most common ones are probably:
- A new Azure DevOps region has become available since you created your organisation that is a 'better home' for your projects.
- New or changing national regulations …
Read MoreOne of my most popular Azure DevOps Extensions is my Release Notes Pipeline task. This allows the creation of release notes using information obtained from the Azure DevOps API and formatted using a Handlebars Template.
Given the popularity of GitHub Actions, I got to wondering whether porting this extension was …
Read MoreBusiness Process Automation and Integration in the Cloud
Organisations are facing increased, and unprecedented, pressure from the market to transform digitally, and as a result, they need to think how they can become more attractive in their specific market space. The most common area to concentrate on is becoming more efficient, and this can be thought of in discrete parts: …
Read MoreReally please to say that my DDD2020 session is now available to stream.
https://youtube.com/watch?v=xaV3dFoQdV8
Thanks to the organisers and sponsors that allowed this event to ahead this year in this difficult year.
Read MoreI was reminded recently of the hoops you have to jump through to run UWP unit tests within an Azure DevOps automated build.
The key steps you need to remember are as follows
Desktop Interaction
The build agent should not be running as a service it must be able to interact with the desktop.
If you did not set this mode …
Read More- Whilst adding SonarQube analysis to a large project I started getting memory errors during the analysis phase. The solution was to up the memory available to the SonarQube Scanner on the my build agent, not the memory on the SonarQube server as I had first thought. This is done with an environment variable as per the …
Read More - A few weeks back, I wrote about how we aren't asking for sponsors for our online Developer Day, as there aren't any significant costs to cover. Instead, we were directing people towards making a donation to The National Museum of Computing, an organisation which does great things for our industry, but has been finding …
Read More Introduction
The use of variables is important in Azure DevOps pipelines, especially when using YML templates. They allow a single pipeline to be used for multiple branches/configurations etc.
The most common form of variables you see is are the predefined built in variables e.g. $(Build.BuildNumber) and your own …
Read MorePositively Impacting your Organisation with Collaborative Working
Collaboration has been and will continue to be one of the important business advantages that the Cloud can deliver to an organisation. Collaboration can be thought of as not just connecting people to one another and improving their day to day working practices, but also enabling and encouraging collaboration between …
Read MoreThis is another one of those posts so I can remember where some useful information is....
If you are migrating your Azure DevOps Classic Builds and Release to Multi-Stage YAML then an import step is to export all the exiting build, task groups and release as YAML files.
You can do this by hand within the Pipeline UI, …
Read More