Develop your docs site with docfx

December 22, 2020 · Azure DevOps

Do you know about DocFx? No? You can read more. You can do a lot more with DocFx. I am covering a scenario when you want to build websites with your favorite languages like using Yamlor Markdown. You can then host your site on either GitHub Pages,...

Read more
Versioning your assemblies through build pipelines

June 21, 2019 · Azure DevOps

I love the idea of how we can simply match the build numbers and use them as a verison on the generated assembly. To do this, we can just write a short powershell script inside the pipeline. Please make sure to read my previous article on how to u...

Read more
Customize your build number

June 21, 2019 · Azure DevOps

This article will help you understand how to customize your build number for CD/CI pipeline. There are two ways either by using predefined variables or custom variables.

Read more