Category "azure-pipelines"

How to use multiple client certificates stored in keystore.p12 and set jmeter's system.properties while setting test in Azure Load Testing service?

I am trying to set up test (manual/yaml) in Azure Load Testing service and my test uses client certificates, so I uploaded jmx, keystore(.p12) and csv (has alia

Ways to add Image tag to a container image

I'm working with Azure pipelines to build and push container images. The pipeline is triggered when there is a commit in the branch, so then the pipeline starts

How to destroy resources created using terraform in azure devops pipeline by using PowerShell

I have a project where I'm using Terraform in Azure DevOps Pipeline create Infrastructure but want to destroy the infrastructure in a PowerShell script running

Use boolean variable as lowercase string in Azure Devops YML pipeline script

I have the following variable in my pipeline script: variables: is_main: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')] And I want to use it like

In Azure pipelines; where to store arrays?

We're setting up infrastructure as code in Azure pipelines. I now have a list of Role assignments; Roles which I want to give to groups. I've defined a list of

Howto pass argument depending on target framework?

My .csproj file uses multi target: <TargetFrameworks>net6.0;net472</TargetFrameworks> and I need the '/p:DefineConstants="TRACE; X64; NETFRAMEWORK;

YAML stage dependsOn other stage but skipped

Stage is getting skipped eventhough all dependencies seems conditions are present. Here are rquirements for a pipeline: stage 'NextTest' should be run after sta

Azure data factory pipeline failure trigger execute only last pipeline (Add Screenshot)

As you can see, the alarm is not triggered when copy 6, the last pipeline, succeeds. I want each copy pipeline to work regardless of the success or failure of

VSTEST@2 - error could not find testhost | Azure Pipelines

I'm running tests solution on azure pipeline with help of vstest@2 task. Pipeline distributes test cases on 4 agents and then runs them. Task yaml: - task: VS

Azure Devops Pipeline - Angular 13 to Azure App Service Error

I am trying to build a pipeline for a simple angular project in Azure Devops but I keep getting an error that "no such file or directory: D:/a/1/s/dist" Here is

Running a build pipeline AFTER my code has been merged?

I'll do my best to explain my problem. In standard practice, I have an Azure Devops pipeline that creates a Terraform payload, invokes Terraform API, and lets T

Inconsistent failure when downloading terraform modules in azure pipelines

working with a simple terraform build pipeline and everything seems to be according to plan except I get a "failed to download modules" error halfway through my

How to cleanup azuredevops server agents maven repositories and docker images when pushing is completed

We are using Azuredevops server integrated with the self hosted agents running on linux vms in azure. We are facing some unexpected behavior in our build agents

Azure Pipelines: Start-Process with credentials not working

I am trying to start an application from Azure Pipelines YAML using Powershell. I want the app to start with a non-administrator account, while the Azure Pipeli

Azure DevOps Pipelines: Skip resolving deltas + tags in Checkout

In Azure DevOps for any pipeline it takes around a minute to checkout the code. I have configured the fetch depth to 1 to speed it up but this doesn't have any

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