13,464 questions
-2
votes
1
answer
42
views
Azure Pipelines, issue to share values across yaml
I'm quite a beginner in Azure pipeline yaml.
Here is some context: I have a azure-pipelines.yml shown here that calls another dotnet-test-build-and-deploy-to-aks-template.yaml.
In this dotnet-test-...
Best practices
0
votes
1
replies
54
views
Deploy Python application to Raspberry Pi automatically using Azure DevOps CI/CD
so, I have a repository in Azure DevOps that contains Python scripts for a Raspberry Pi application. I build the project using PyInstaller, which generates an executable inside the dist/ folder.
...
Advice
0
votes
1
replies
79
views
Integrating Azure DevOps pipelines and Hashicorp Vault
We have an Azure DevOps Server 2022.2 on premises, and we would like to start to use Hashicorp Vault.
At the moment, we make secrets available in our pipelines using the Azure DevOps native techniques,...
0
votes
0
answers
38
views
Azure DevOPS - Bitbucket OAUTH Consumer Integration - Getting 404
Tried to integrate bitbucket to Azure Devops, created bitbucket OAUTH Consumer and calbback url as "https://app.vssps.visualstudio.com/oauth/callback" and the added OAUTH configuration in ...
1
vote
2
answers
99
views
How to block default Public nuget repository nuget.org for dotnet builds
I am trying to block default public Nuget repository for all builds.
Here is the config I've tried testing, but I did get the desired results:
<?xml version="1.0" encoding="utf-8&...
0
votes
1
answer
58
views
Use same variable from multiple Azure DevOps Pipeline Libraries
I have an issue and I just can't figure out a way to solve it.
I have a variable group for each of my environments environment:
My_Var_Group_Prod
My_Var_Group_Dev
In each of those variable groups I ...
-1
votes
0
answers
85
views
Devops. Variable template with BuildNumber
I have a devops template to add BuildNumber variable to my pipelines and I'm having problems when I pass a formated or contatenated string as parameter.
I want a template to reuse this BuildNumber in ...
Tooling
0
votes
1
replies
74
views
How to retrieve Test Cases from a Test Execution in Xray Cloud for manual-triggered automation (Azure DevOps integration)?
I am working with Xray Cloud on Jira Cloud (hosted on the Atlassian domain, not self-hosted) and I am trying to implement a manual-triggered automation workflow.
🎯 My Goal / Architecture
I want to ...
0
votes
1
answer
62
views
Replace connection string in a web.config during Azure release pipeline not working
I'm creating some release pipelines in Azure DevOps to publish a web application on IIS. Because I have different environments, I want to replace the connection string in the web.config. In each ...
0
votes
0
answers
79
views
Azure Data Factory NPM Validation Error (CICD) - @microsoft/azure-data-factory-utilities
I have utilized the @microsoft/azure-data-factory-utilities package to validate my Data Factory resources. Although the overall validation at the end indicates that it finished with no errors, I still ...
0
votes
0
answers
53
views
Azure Pipeline succeeds despite Vitest test crashing with process.abort()
Problem
My Azure Pipeline step is passing even though my NestJS unit tests are crashing with a native error during initialization. The logs show a process.abort() call and native stack trace, but the ...
0
votes
1
answer
82
views
Pipeline needs permission error on certain users
We have an environment named DevServers.
My colleague created a new deploy yml pipeline. First time he tried this, we get blocked by this error:
This pipeline needs permission to access a resource ...
Best practices
0
votes
0
replies
49
views
How to use SQL Server in an Azure Pipeline on a Windows VM Image
My test project references my main project, which is a Windows application.
So if I want to compile the main solution, I need to use a Windows image for my Azure pipeline:
pool:
vmImage: windows-...
0
votes
1
answer
90
views
error NU1100: Unable to resolve 'XYZ' for 'net8.0'. PackageSourceMapping is enabled, the following source(s) were not considered: feed-Uno, nuget.org
Task name
DotNetCoreCLI@2
Task version
2.266.0
Issue Description
We have a service targetting to the .net 8. There was no issues with the deployement so far, but suddenly it started failing on dotnet ...
1
vote
0
answers
44
views
A fatal error occurred: python-security-extended.qls is not a .ql file, .qls file, a directory, or a query pack specification
enter image description here
error while running the Advanced security scanning using codeql in my azure devops i installed self-hosted-agents name dev-pool
and installed them in ubuntu machine(ec2) ...