Indrajeet Gourindrajeetgour.hashnode.dev·Jul 11, 2023Addressing "Multiple Merge Bases Detected" Error in Pull RequestsIntroduction Encountering the "Multiple Merge Bases Detected" warning in a pull request (PR) can be a frustrating situation, potentially causing roadblocks to the merging process. In this article, we will explore an actionable solution to this issue ...Discuss·244 readsPull Requests
DevOps Talkssaumyabhushan.hashnode.dev·Jul 8, 2023Publish and download Universal Packages with ADO PipelinesHello again 👋🏻 ! So today we will learn about how can we publish and download artefacts from Azure artefacts using the ADO pipeline. Since we are going to use the ADO pipeline so you must have created at least a free account in azure devops. To get...Discuss·17 likes·77 readsado
Niklas Ohlroggeohlrogge.hashnode.dev·Dec 20, 2022Send Mail with Azure DevOps REST API to a user groupAre you looking for a way to send emails programmatically from within an Azure DevOps pipeline without setting up any SMTP server? The ADO REST API offers a simple and powerful solution for sending emails using the sendmail RESTful method which can b...Discuss·1.8K readsado