13,462 questions
0
votes
0
answers
41
views
Test Results in Pull Request always show all tests as “new”
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 ...
-3
votes
0
answers
28
views
Handle MFA while running playwright tests in pipeline [closed]
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 ...
-2
votes
0
answers
39
views
Azure DevOps Pipeline Error: "A supported task execution handler was not found" on Windows for Azure APIM Task [closed]
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 ...
0
votes
1
answer
61
views
Connect-AzAccount : ManagedIdentityCredential authentication unavailable. No Managed Identity endpoint found
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 ...
1
vote
1
answer
112
views
WARNING: Unable to encode the output with cp1252 encoding
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 "...
1
vote
1
answer
141
views
How to pass parameters to Queue new build to Azure DevOps from PowerAutomate?
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)
...
0
votes
0
answers
81
views
Azure DevOps Pipeline cannot access GitHub org with IP restrictions when using OAuth service connection
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 ...
1
vote
0
answers
86
views
Trigger Adding Automatic Parent Feature by Creation of Custom Work Item Type?
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 ...
0
votes
2
answers
70
views
Azure Pipelines: Referencing a script from a template library repository results in ENOENT error
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 ...
3
votes
1
answer
87
views
Next.js 15 build fails on Windows during Azure deployment with EPERM symlink error using pnpm and standalone output
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: ...
2
votes
1
answer
95
views
CosmosDb ExpressionVisitor (SubtreeEvaluator) fails on Azure, works on local machine [duplicate]
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 ...
0
votes
1
answer
66
views
Azure DevOps, optional parameter with empty string as default?
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 ...
0
votes
0
answers
36
views
npm test fails in Azure pipeline with Chrome Headless 107.0.5304.87 (Linux x86_64) ERROR
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:
...
0
votes
0
answers
69
views
sqlcmd ODBC Driver 17 TCP Provider Error 0x2746 (Client unable to establish connection)
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 ...
0
votes
2
answers
92
views
Azure Pipelines w/o Condition Stage Skipped Unexpectedly
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 "...