In the workflow of a pipeline triggering another pipeline according to this doc, I'm trying to set: feature-branch PR to develop-branch triggers stage-ci stage-
I'm new on DevOps Azure. I'm trying to link my automated tests for Azure DevOps platform, but outcome is always "In progress". I don't get failed or passed for
On a local machine, I execute my build.bat after opening a x64 Native Tools Command Prompt for VS 2019, then build.bat calls msbuild.exe. call "C:\Program Files
I am running below command from bash command line (Ubuntu subsystem) az acr import --username AAAA --password AAAA --name AAAA --source "AAAA/AAAA:AAA" --image
I have a server in AWS, which is hosting a security tool. Azure DevOps supports this tool and I've installed the add on for it. I've added the step to my Pipeli
I am using third party software for master data management. This software does not have API's to perform deployment across environment. It has command line util
I have created an Azure API Management instance. I want to integrate OpenAPI into Azure API Management using Azure DevOps CI & CD pipelines. For each releas
We have a build pipeline that's been working for a year or two. This builds and creates a few artifacts - ASP.Net web application, windows services, etc. The is
I'm trying to set up automated pipeline for database creation and need to open access for all users of some AD group. Last part is done through CREATE USER [Gro
I have created an azure pipeline. Added a task to download the file from blobStorage. But I am getting the following error: ERROR: The command failed with an u
I want to copy files from azure data lake storage to azure blob storage. when i use static file name it's copying successfully but it is not getting success whi
I want to Update the Web.config file using Azure DevOps Release Pipeline. I am using [Update Config][1] Task from MarketPlace. [1]: https://marketplace.visualst
I need to make my stages in DevOps YAML pipeline dependent or not based on pipeline variable (not variable defined in the YAML). I tried something like this: -
I hope somebody can direct to the best approach to solve this matter. I have an azure account on which I have an azure container registry holding my docker imag
I'm currently using a service connection for this: - task: S3Upload@1 inputs: regionName: 'us-east-1' bucketName: 'bucket' sourceFolder: '
I would like to insert a condition in my pipeline, specifically I would like the swich pipeline from the default agent to the custom one when I get an error, ho
I am trying to associate my automation with their test cases in Azure, but I keep running into an issue where after it runs, the outcome is "None" and the TC sh
I'm new on Azure DevOps, so I'm struggling to solve a basic problem about variables. Hope anyone can give me a hand with it. Basically, my release pipeline has
My target is to run our postman integration tests inside our azure pipeline. For this I am trying to access the health page of my service inside the Azure Pipel
I have a YAML Azure DevOps pipeline that loops through series of configurations, copying artifacts to various places. What I want to do is, after the looping i