When using the GitHub connection with Azure DevOps pipelines I see that you can specify a docker image in your azure-pipelines.yml file (vmImage: option) But w
I made a build pipeline in azure devops which contains a sonar Qube tasks , the pipeline works sometimes and sometimes it returns this exception : Failed to re
I'm trying to do some local testing using Azurite, which should enable me to do all the things I want to do against blob containers etc. I want to be able to us
If I try to search a pipeline from my organisation’s home page search bar, it shows me nothing. I have multiple projects configured under ADO and I want t
We are running 200 - 300 UI test cases from an Azure pipeline. All the test cases are running on self hosted Windows agents, where all the dependencies are inst
I have a azure devops pipeline that runs 2 jobs - one on windows agent running a server, the other on Linux agent - running a client that connects to the server
I'm currently trying to create a CD pipeline with Azure DevOps with a solution using .NET Framework 4.8 and Oracle. Unfortunately, I can't make it run; as the D
I have exported my postman collections plus environment and global variables and pushed to them to Azure repos, then trying to run API test through a build pipe
i'm trying to setup my project in azure. For this i created an app service and under settings/configuration i added some "Application Settings", which in my und
We are using git (on premises gitlab) as source controle, Can some one guide me how I can integrate private gitlab repo to my azure devops organization to push
Trying use my own create agent for the first time, met with this: The pipeline is not valid. Could not find a pool with name Default. The pool does not exist o
I am trying to use Azure pipeline templates to organize my build. I am using multiple repositories for this: BuildTemplates MySoftwareProject1 MySoftwareProject
Let's say I have these 3 Stages: Dev, QC, Prod. My requirements are: Artifacts only from specific branches(release/*) can be deployed to QC/Prod Artifacts fr
Creating a service connection to access non-private AKS cluster is straight forward, however if i want to create service connection for private AKS cluster is i
I'm referring to this page, to create a pull request during the build process in Azure DevOps via API call. I'm using authorization as Bearer using $(System.Acc
I have PowerShell script, that I would like to use in deployments of Dynamics 365 to migrate an Access Team Template to our Test and Prod environments. I have a
We're working on converting our Classic Azure Pipelines to YAML Pipelines. One thing that is not clear is how to ensure that two different variable groups with
In order to run migrations on my Test Azure SQL which is configured with PrivateLink I temporarly enable public access and then disable it again. Set-AzSqlServe
In Azure Repos, I have created a PR from branch A to branch B. There are no merge conflict displayed. But I end up with the warning message Warning: Multiple m
I am using Azure Deveops for build and release my MVC website to the different client machines. I was successfully able to build and release .Net Core applicati