Category "azure-pipelines"

Azure DevOps trigger at pipeline completion using different branch than expected

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-

Azure DevOps - Can't link automated tests for Azure DevOps, outcome always shows: "In progress" instead "Failed" or "Passed"

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

Azure DevOps pipeline how set vcvars64.bat then call msbuild.exe from batch file?

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

az acr command working fine in bash run but not in pipeline

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

Whitelisting Azure DevOps Pipeline

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

Execute script on Azure Windows VM via Azure pipeline

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

How to integrate OpenAPI into Azure API Management using Azure DevOps CI & CD pipeline

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

Azure DevOps Server 2020 - Publish Artifact ignoring File Copy Options

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

Unable to automate AD user creation in Azure SQL database

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

BlobServiceClient object has no attribute `exists`

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

Azure Copy Files from AZDatalake to AZBlob sorage Dynamic

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

How to Update the .config file using Azure DevOps "Update config" Task

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

Azure DevOps Pipeline - condition expression with pipeline variable

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: -

Azure Devops Deploy Docker image to ec2 instance

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

Providing an S3 upload task with AWS creds?

I'm currently using a service connection for this: - task: S3Upload@1 inputs: regionName: 'us-east-1' bucketName: 'bucket' sourceFolder: '

Azure pipeline condition to choose trough agent

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

Associating automated tests in Azure with XUnit shows "None" as outcome

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

Getting values from Azure DevOps Release Pipeline Task output

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

Connection refused testing health page in azure pipleine

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

doing a task after a looping YAML template-ized azure devOps pipeline

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