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
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
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
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
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
My .csproj file uses multi target: <TargetFrameworks>net6.0;net472</TargetFrameworks> and I need the '/p:DefineConstants="TRACE; X64; NETFRAMEWORK;
Stage is getting skipped eventhough all dependencies seems conditions are present. Here are rquirements for a pipeline: stage 'NextTest' should be run after sta
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
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
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
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
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
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
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
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
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