Here I explain how releasing Windows Services using pipelines in Azure DevOps. It helps you achieve a CD/CI for your Windows Service project
Tag: azure-devops
Deploying Windows Services using Azure DevOps
Here how deploying Windows Services using pipelines in Azure DevOps. This helps you achieve a proper CD/CI for your Windows Service projects
Azure DevOps pipeline for Maui
How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize
Query in Azure DevOps for work items
It is possible to write custom query in Azure DevOps for work items using the Work Item Query Language (WIQL) a language close to SQL language
Azure DevOps Processes
Azure DevOps provides 4 processes as standard. When creating a project, the default process is Agile. In details all Azure DevOps processes
Deploy WordPress with Azure DevOps
In this new post, I show you how to deploy WordPress with Azure DevOps using an instance of WordPress app service created in the Azure
NuGet package versioning with DevOps
In this new post, I show you how to implement a NuGet package versioning with Azure DevOps in your pipeline using semantic version number
NuGet package with Azure DevOps
Today we are going to create our own NuGet package, publish it to Azure DevOps, and then consume it in our application.
Pull Docker image from ACR in pipelines
How to pull a container from Azure Container Repository without getting Denied retrieving permissions failed in Azure DevOps pipeline? Solved
Customize your pipeline in Azure DevOps
In this post I show how to customize your pipeline and other external files in Azure DevOps using variables from the Library
Deploy ShinyApps with Azure and Docker
I explain how to deploy in a Azure WebApp a ShinyApps created with RStudio, using Azure DevOps as repository and Docker as container
Deploying dockerized R/Shiny Apps on Microsoft Azure
In this article I show how quickly deploying dockerized R/Shiny Apps on Microsoft Azure and make them available globally within seconds
Azure DevOps releases AppServices
In this post, I’m going to explain how to create a pipeline and a release in Azure DevOps that releases into AppServices. This is quite important step to go forward a digital transformation in your company to improve and optimize the developer’s process. In the pipeline Azure DevOps builds the solution (projects and tests) and create an artifact. Then, with the release, it publishes the artifact into to a AppService in Azure. Now I show step by step how to create both. Pipeline First, you have to create a New…
Using Git Flow with GitKraken and Azure DevOps
I want to explain how using Git Flow with GitKraken and Azure DevOps for improving collaboration, git concept learning curve and code quality