I got two pipelines in my project, one for test and one for build. The reason for this is that the tests need to be run on an self hosted agent to be able to ru
I am working on this task in which I am supposed to take a file from the user, upload it on Azure DevOps, create Release pipeline, and then triggerthe release w
Is this possible to migrate projects from one organization to another in Azure DevOps? I am facing challenges to manage multiple organizations so instead of it
I have an azure devops pipeline with terraform to provision a private keyvault. Since I am using azure managed agents to run the pipeline jobs, it fails as the
I am trying to find a way to migrate all projects (+600) from our Gitlab server to our DevOps platform. Are you aware of any scripts/automation? Thank you! I tr
Error: remote unpack failed: error The tree object baa09eb1515343c80268a899c7b3c1f4662ae872 was rejected: The folder 'maximechanson' and the folder 'MaximeChan
In Azure DevOps I have created my Dashboard with all the Work Items. Also, each user can customize the dashboard with adding/removing columns from the list. I
I using that method for now: https://docs.microsoft.com/en-us/cli/azure/pipelines/variable-group/variable?view=azure-cli-latest#az-pipelines-variable-group-vari
I am trying to convert logicapp plans using Azure DevOps pipelines in our organization but I didn't find any option to run the task in ADO. Any suggestions Plea
I'm trying to loop over an array of group names and I want to dynamically get the IDs of those groups so that I can assign roles to them. I just learned I can s
After hours of googling and search, I can't find how to add a required reviewer when people of a given team create a pull request in DevOps. Some people will be
I have uploaded .jmx script and CVS files in the test plan. And added an "Authorize Token" as parameter in the Environment Variables (as I don't want to give se
I have uploaded .jmx script and CVS files in the test plan. And added an "Authorize Token" as parameter in the Environment Variables (as I don't want to give se
I would like to pass the variable group as a runtime parameter so that whenever I run the pipeline, it should allow me to provide the input variable group name,
I have a powershell script that runs locally on my Windows Desktop running powershell 7.2.1. However when run on a Microsoft Hosted Windows-Latest agent in Azu
I would like to report about the days features spend in each column of our kanban-board. So for an example output I want, we have a kanban with columns: Funnel
I have been using Azure Devops for many years now, across multiple organizations and projects. We recently started a new project in Azure and the Sprint board l
I'm trying to run this python task in azure pipeline. - task: PythonScript@0 inputs: scriptSource: 'inline' script: | import json i
As a Scrum Master, I want to make sure that my team doesn't "accidentally" change the priority of User Stories on my Sprints page's backlog view, so that my wor
So I am using Firebase SDK to send push notifications to my android clients. On local IIS this is how I have configured FirebaseSdk. In Startup.cs I have Fir