1,492 questions with Azure DevOps tags

Sort by: Updated
1 answer

Classic release pipeline triggered by artifact although no trigger is configured.

I have a classic release pipeline that is intermittently triggered by an artifact from a different project, while neither a continuous deployment nor pull request trigger is configured on the artifact.

Azure DevOps
asked 2025-02-24T21:06:34.87+00:00
Patrick Kennedy 0 Reputation points
commented 2025-03-14T09:51:14.4166667+00:00
Arko 4,180 Reputation points Moderator
1 answer

Issue: SubResults Not Displayed in Azure DevOps UI

I create a test run and specify properties such as time, state, and outcome. At the end, I add the pointIds, which automatically include the associated test cases in the run. Afterward, I update the results via a PATCH request, including additional…

Azure DevOps
asked 2025-03-10T09:08:33.47+00:00
Silas2004 0 Reputation points
answered 2025-03-13T08:18:28.8+00:00
Silas2004 0 Reputation points
1 answer

Problem with multiple conditions in the If block of ADO YAML file

I am migrating a .NET Core 6.0 API into .NET 8.0 . Migration is completed locally and the features are working as expected too. Now I am facing a problem with the ADO deployment templates. We have a shared deployment template in ADO, which is consumed by…

Azure DevOps
asked 2025-03-06T03:53:46.6533333+00:00
Anonymous
commented 2025-03-13T03:21:16.9433333+00:00
Suresh Chikkam 2,230 Reputation points Microsoft External Staff Moderator
1 answer

Is it possible to restrict deletion of attachments at Test Run Level for specific roles like Contributor

Is it possible to restrict deletion of attachments at Test Run Level for specific roles like Contributor? Currently users can add attachments or delete attachments to a Test run any time. I want to know if "delete" permission for attachments…

Azure DevOps
asked 2025-03-07T11:52:13.37+00:00
Sarma, Sarathchandra 0 Reputation points
commented 2025-03-11T16:03:53.27+00:00
Vinodh247-1375 43,181 Reputation points Volunteer Moderator
0 answers

Names of team members were replaced by email addresses

I'm the admin of our DevOps board. I just reset my password, and suddenly, my name on the "assigned to" or the Team page is showing as a long string of gibberish, and my team members' names are replaced with their email addresses. The email…

Azure DevOps
asked 2025-03-07T02:06:13.71+00:00
Saeid Irvani 0 Reputation points
commented 2025-03-10T03:12:40.6533333+00:00
RChotu 3,210 Reputation points Microsoft External Staff Moderator
1 answer

How to recover an orphaned Azure DevOps Dashbaord

How can we recover an orphaned Azure DevOps dashboard which was associated to a team and later the team got removed and the dashboard got it orphaned state and is unclickable and can be seen by owner only. Also how can we recover or restore it or add its…

Azure DevOps
asked 2025-02-05T23:37:40.5966667+00:00
ishan saxena 125 Reputation points
edited a comment 2025-03-10T02:25:08.33+00:00
Suresh Chikkam 2,230 Reputation points Microsoft External Staff Moderator
2 answers

Azure DevOps yml pipeline error: RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stderr maxBuffer length exceeded

- task: Npm@1 displayName: "Install NPM Package" inputs: command: "install" workingDir: "${{ parameters.WorkingDirectory }}" verbose: false customCommand: "--silent" - task: Npm@1 …

Azure DevOps
asked 2025-01-31T19:07:17.7666667+00:00
Ionut Pantelimon 0 Reputation points
edited the question 2025-03-07T21:22:35.73+00:00
TP 157.5K Reputation points Volunteer Moderator
1 answer

delete PR from Azure Repo

We have unfortunately added some information in a PR(3 PRs) and now we want to delete that information. but since its already uploaded into a branch in Azure Repo and have created a PR as well. we can not find any way to completely remove the PR from…

Azure DevOps
asked 2025-02-24T09:14:14.17+00:00
M Usman Siddiqui 0 Reputation points
commented 2025-03-07T18:39:32.3466667+00:00
Arko 4,180 Reputation points Moderator
2 answers

Delete Pull Requests from Azure DevOps

We accidently pushed some data into a branch in Azure Repo and created 3 PRs(2 merged and 1 Abandoned). We want to delete the records of the PRs. We can not find any way to do it. Appreciate if anyone could help in this regard?

Azure DevOps
asked 2025-02-25T04:05:05.1+00:00
M Usman Siddiqui 0 Reputation points
commented 2025-03-07T01:45:25.4366667+00:00
Suresh Chikkam 2,230 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Can't ask a question about Azure DevOps

How can I ask a question about Azure DevOps? I can't find any tag to do that.

Azure DevOps
asked 2025-02-21T10:30:29.72+00:00
Lorenzo Zambelli 220 Reputation points
accepted 2025-03-06T15:00:17.9633333+00:00
Lorenzo Zambelli 220 Reputation points
2 answers One of the answers was accepted by the question author.

Unable to add paid parallel jobs to Azure DevOps after setting up billing

I have a subscription in Azure that I am the owner of. I also have an Azure DevOps organization that I am the owner of. I have updated the billing of that Azure DevOps organization to the Azure subscription that I am the owner of. I have verified that…

Azure DevOps
asked 2025-03-04T19:14:47.5033333+00:00
William Keen 20 Reputation points
accepted 2025-03-06T14:09:55.3233333+00:00
William Keen 20 Reputation points
0 answers

Why does my Aspire solution that runs database interaction tests hang in azure devops, before eventually timing out?

I have a solution that uses Aspire to run database interaction tests using a containerized postgres database. This all works well when running locally on my PC and also in a GitHub action. However, we have a pipeline in Azure devops which will not run…

Azure DevOps
asked 2025-03-04T12:25:47.8966667+00:00
Richard Simpson 5 Reputation points
edited the question 2025-03-04T22:36:49.2433333+00:00
Bryan Trach 17,842 Reputation points Microsoft Employee Moderator