An Introduction to Pull Requests in Azure DevOps – James Pearson
I’ve previously written about our experience with source control and our eventual migration to Git. I said that pull requests in Azure DevOps are…
I’ve previously written about our experience with source control and our eventual migration to Git. I said that pull requests in Azure DevOps are…
TL;DR Name your yml file .vsts-ci.yml and put it in the root of your project. What Does the Title Mean? There is a lot of…
Extensions provide the opportunity for us to write and maintain our code in tidy, discrete blocks. This is good for separating concerns and breaking our…
Option fields: great for scenarios where you want to provide a fixed, predefined list of values. Only a single value can apply and the…
My original post about adding some “About this Page” functionality to the web client for Dynamics 365 Business Central has received a bit of…