Thursday, August 22, 2019

Using NuGet Packages as Azure DevOps Artifacts


When we work with Azure DevOps deployment pipelines, we have several options to select the build artifacts. Most common way is selecting the build artifacts published in the build pipeline. Other than this we can publish the artifacts as NuGet packages and save in the Azure DevOps Artifacts feeds. This post will explain how to create a NuGet feed, build and push NuGet packages using an Azure DevOps build pipeline to the feed. Finally, we will discuss how to deploy artifacts packaged as the NuGet packages using Azure DevOps deployment pipelines. 

Sunday, August 11, 2019

Deploy Jenkins Build Artifacts using Azure DevOps Deployment Pipeline

There are various build and deployment tools available in the market today, enabling you to automate software delivery. Each of these tools have different capabilities. So, when we work in projects it is better if we can use these tools integrated together to make our project successful. This post will explain how we can deploy Jenkins build artifacts to Azure app service web app using an Azure DevOps pipeline, showing you the Azure DevOps and Jenkins build pipeline integration capability.

Thursday, August 1, 2019

Enhance Collaboration of Your Team Using Azure DevOps Service Hooks and MS Teams

One of the main characteristic of a successful team is a strong communication and collaboration between the team members. There are many tools that we can use to build up this bond between the team members. Each and every team member need to knows the latest status of the team progress. Hence, development teams use different tools to update their teams. Microsoft Teams is one of the most known team's collaboration tool. Most teams use MS Teams to share documents and  to conduct the team discussions. This post will discuss more advanced use of the Microsoft teams by integrating it with the Azure DevOps.