Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
0 votes
0 answers
41 views

I have an Azure DevOps pipeline configured as a Branch Policy build validation for Pull Requests into the develop branch. The pipeline runs automatically for every PR targeting develop. The pipeline ...
Roman Matkovskyi's user avatar
-3 votes
0 answers
28 views

I used all the methods like playwright state, playwright cookies and launch browser on specific port to handle MFA. This is working fine on local browser, but if I run the same in pipeline - MFA gives ...
Saran C's user avatar
-2 votes
0 answers
39 views

I'm running an Azure DevOps pipeline that uses the "Azure API Management API Utility" task (from the Azure API Management DevOps Marketplace) to deploy APIs. The pipeline fails with the ...
João Calado's user avatar
0 votes
1 answer
61 views

Background I have a PowerShell test script that uses azuresigntool.exe to sign a file using a certificate in an hsm-backed azure key vault (Azure Key Vault - Premium tier). The certificate is a ...
Yousef Imran's user avatar
  • 1,214
1 vote
1 answer
112 views

I am trying to run a powershell script on Microsoft hosted agent "windows-latest" (azure pipeline), It uses below az cli command: $projects = az devops project list --organization "...
Potatojaisiladki's user avatar
1 vote
1 answer
141 views

I want to trigger an Azure DevOps pipeline from PowerAutomate. The pipeline requires a single parameter - UserID. This is the Pipeline: trigger: none pr: none name: User-$(Date:yyyyMMdd)$(Rev:.r) ...
Chumpy's user avatar
  • 53
0 votes
0 answers
81 views

We have a GitHub Organization hosted on a cloud subscription with enterprise-level security controls enabled. One of the key controls is IP allow-listing, where only traffic originating from our ...
user32062994's user avatar
1 vote
0 answers
86 views

I have a custom work item type which will always have the same parent feature. I'm trying to create a pipeline which is triggered by the creation of the work item type to add that particular feature ...
user32056895's user avatar
0 votes
2 answers
70 views

I'm trying to move an azure-pipelines.yml step to a pipeline library repository, to ensure that the step can be reused. The setup consists of a main repository (repo-a) and a shared pipeline templates ...
Michiel's user avatar
  • 3,646
3 votes
1 answer
87 views

I’m trying to deploy a Next.js 15.2.4 application to Azure App Service, and my production build is failing locally on Windows with a symlink permission error. Environment OS: Windows 11 Framework: ...
Shirley's user avatar
  • 31
2 votes
1 answer
95 views

Since a few days, code that has always worked, fails on Azure with an Exception "NotSupportedException: Specified method is not supported.". This Exception occurs when building the query ...
Edwin's user avatar
  • 605
0 votes
1 answer
66 views

Is there a way to have an optional runtime parameter that defaults to an empty string and have it actually display an empty string? Issue 1: When using an empty string, the parameter becomes required ...
Zeek Aran's user avatar
  • 685
0 votes
0 answers
36 views

I have an Angular app with below specifications in my Azure pipeline Angular: ^20.2.3 Node.js: v22.21.1 Karma: ~6.4.3 My tests run successfully in my local but fails in my pipeline with below error: ...
tangel's user avatar
  • 393
0 votes
0 answers
69 views

I’m running an Azure DevOps pipeline on an Ubuntu agent inside a container (rocker/verse:4.0.4). The goal is to push data from R to SQL Server after refreshing some datasets. I installed the Microsoft ...
Ferxani's user avatar
0 votes
2 answers
92 views

I've got a stage in a pipeline that keeps getting skipped unexpectedly. I'm missing something here. I've got a pipeline with three stages. First Stage (deploy_to_test): Triggers by a merge into "...
Adam's user avatar
  • 4,236

15 30 50 per page
1
2 3 4 5
898