Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-pipelines]

Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace. Azure Pipelines also provides release management for continuous delivery (CD) to any cloud and on-premises servers. With Azure Pipelines, you’ll be able to continuously build, test and deploy to any platform and cloud. **Do not** use this tag for Azure Data Factory pipeline questions.

0 votes
0 answers
15 views

Azure Pipeline timeout with testcontainers

I have a similar issue as this: Testcontainers: Azure pipeline test stage reach timeout of 1hour I would have commented there but I can't comment because I don't have 50 reputation. It's the same case,...
davor300's user avatar
0 votes
0 answers
25 views

Azure Devops Linux Agent Powershell

I'm trying to import a custom Powershell module which contains several functions. I would like to use the functions in all the next steps in the pipeline without having to import them every time. ...
Rick's user avatar
  • 101
0 votes
2 answers
21 views

Use Azure Pipeline UI or queue-time variable valueas optional with fallback default value

In Azure Pipelines, I need to have an optional variable (say BuildConfiguration) set either in Pipeline settings UI or at queue time If the variable exists in Pipeline settings UI or at queue-time, ...
Rizan Zaky's user avatar
  • 4,592
1 vote
2 answers
39 views

How to handle multiple data sources with credentials when you're deploying AAS model through Azure DevOPS release pipeline

I have a tabular model with two data source connections. Both data sources connect to different servers (and databases) to retrieve data for the tables in the model. Within Azure DevOps, I have ...
Abdio68's user avatar
  • 57
0 votes
1 answer
34 views

Power-Automate: Azure DevOps connector - when a build completes trigger output "Parameters" is always empty

I am working on a teams notifications automation for my pipeline. I would like to output details of this pipeline to my teams channel when build completes successfully. Every needed output from ...
Kopolomo03's user avatar
0 votes
1 answer
39 views

Why installation of dotnet-ef fails even if --ignore-failed-sources is specified

I'm building a .NET 6 project via Azure DevOps Pipelines. One of the step is to install the Entity Framework tools so a later step can generate a SQL migration script. However, the installation step ...
alik's user avatar
  • 2,324
0 votes
2 answers
35 views

How to get all the artifact names in deploy pipeline?

TL;DR: How to get all the artifact names in deploy pipeline? Hi, I have multiple branches, and a single generic build pipeline to build their artifacts artifact name example: ...
Tri's user avatar
  • 323
0 votes
1 answer
33 views

Azure DevOps Pipelines: deploy Java projects as maven dependencies for other projects

I have to create Azure DevOps pipelines for multiple Java maven projects that previously had no CI/CD process. All the projects are on the same Azure DevOps organization and are stored in Azure Repos. ...
martinz's user avatar
  • 13
0 votes
2 answers
38 views

Azure DevOps pipeline for a repo with multiple solutions with multiple projects and dependencies on each other

I'm new to Azure DevOps. I have a repo that contains multiple solutions and each solution contains multiple projects. These projects have dependencies on each other. Projects are targeting .NET 4.7.1. ...
Cisco Cabe's user avatar
0 votes
1 answer
40 views

Getting error at data flow level while extracting data through REST API

I have an ADF pipeline with a REST API call that is supposed to return data in chunks, with a maximum of 100 records per page. In the below image it is showing until the Set No of pages required ...
Abhay Prasad's user avatar
0 votes
1 answer
52 views

Azure DevOps AWS CLI with Powershell

I have a AWSShellScript task that executed a powershell script - example below trimmed for this post. -task: AWSShellScript@1 inputs: scriptType: inline inlineScript: 'pwsh -File test-script....
user1474992's user avatar
0 votes
0 answers
28 views

ci pipeline building an artifact for a function app contains no functions

I have a function app, I want to deploy functions into that function app I made a CI and a CD pipeline in azure devops, all of it results in no functions in the function app this is what my CI yaml ...
nevermonday's user avatar
0 votes
1 answer
64 views

Azure pipeline failing with error MSB4018: The "LocateBuildToolsConfigTask" task failed unexpectedly

Azure devops pipeline maui build is failing Using Mobile.BuildTools (2.0.245) - it fails while building unit tests with the error [error]C:\Users\VssAdministrator.nuget\packages\mobile.buildtools\2.0....
S Khan's user avatar
  • 11
0 votes
1 answer
41 views

Could not find any file matching the template file pattern

I am migrating the classic release pipeline to the YML Pipeline. Note: The build pipeline is already a YML pipeline. Post writing the yml and running the jobs getting below error for azure deployment ...
Nagarjun's user avatar
1 vote
1 answer
29 views

Further customizing the pipeline at run time

Can I have an Azure pipeline parameter show up depending on the selection of another parameter? What I mean by that is that I have an azure-pipeline.yml that will call templates which will call other ...
Anonymous Person's user avatar

15 30 50 per page
1
2 3 4 5
827