Category "azure-devops"

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

How to fetch all the deployments completed after the given timestamp using Azure Devops REST Api?

So there is List Release Deployments API. It allows to get all the deployments started after the given timestamp. However, how to get those completed after it?

Not able to Run my Application in Azure container Apps

I have node docker application which is running on Azure app service but the same application is not working on Azure container apps. I'm not able to find the i

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

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

How to do a simple string token replacement in Azure pipelines?

In a YAML release pipeline, I need to do a simple replacement in the js files contained in the artifact coming from another pipeline. These files have a certain

VS860016: Could not find subject in the backing domain. This value came from the parameter 'originId'

I'm working with the Azure DevOps API and Microsoft Graph API. This is the issue: I create an AAD (azure active directory) group, then, I create a new ADO (Azur

Azure DevOps pipelines for cypress tests not running in the test environments(Dev, QA, Stage and prod) that I selected before clicking on run

I have different environments added in my cypress.env.json file like below { "environment":"staging", "prod":"http://production.com", "staging":"http:/

API for merge and create branch in Azure Devops for TFVC

Warm greetings for the day. Hope you all are good. We are looking for REST API's to do code merge, branch and check-in for TFVC in Azure Devops. Couldn't find,

Powershell Script working fine in Visual Code but fails running from Terminal

I'm working on writing a script which will run from AzDo Pipeline to disable F5 WebServers. Below script works fine in Visual Code and does disable the server a

Error: Unhandled Exception: System.IO.FileNotFoundException: The configuration file 'onfig' was not found and is not optional

Error when executing .\migration.exe execute –config .\configuration.json Unhandled Exception: System.IO.FileNotFoundException: The configuration file '

Error: Unhandled Exception: System.IO.FileNotFoundException: The configuration file 'onfig' was not found and is not optional

Error when executing .\migration.exe execute –config .\configuration.json Unhandled Exception: System.IO.FileNotFoundException: The configuration file '

Why Azure DevOps Release do not remove Pipeline from Azure Data Factory?

I have Data Factory Dev environment. I have removed few pipelines in master branch. Then saved and published. I have Azure DevOps Release, which has stage Test.

Using Nuke build to push a tag to an Azure Devops repository

I'm trying to figure out how to push a tag after a successful build back to the azure devops git repository. Whether I'm just asking the wrong questions or goi

UWP App will not build using windows-latest (windows 2022) on Azure Pipeline

I am trying to build a UWP app using the latest version of windows for my vmImage, currently the build script looks like this: Build script Code # Universal Win

Azure devops appsettings.json variable substitution from Key Vault in pipelines not working

I have a .Net 6 web application that I am building in devops. I am trying to substitute settings in the appsettings.json, but somehow can't get it working. What

How to store build artifacts in Artifacts feed?

I have a build pipeline that publishes a release artifact for consumption by the release pipeline. pool: name: Azure Pipelines demands: - npm - msbuild

Azure Devops capture the user who triggered the pipeline `

Morning , I have a question , is their a way to capture who triggered the pipeline , it will happen automatically when some one commit in my master branch in GI