Questions tagged [build-pipeline]
161 questions
0
votes
0 answers
DevOps Assembly Info task Issues in build pipeline with .Net 6 Solution
All,
I am attempting to add an assembly info taskto a build pipeline for all projects in a .Net 6 solution.
The task is failing for some projects and succeeding with others and terminating with an error the logging for which is as follows
Setting…

kevins1966
- 366
- 2
- 4
- 19
0
votes
1 answer
Azure pipeline conditions
I'm new to azure. I was told that I need to make a condition: "if this is a request pool, then we run it depending on the content. If this is a build, then we run everything." As I see, each task already has a condition in all of this…

Yar
- 27
- 5
0
votes
1 answer
Why I get Out Of Memory in GC during deserialization when i do ng build in Angular 14?
I am working on CI pipeline in my project. My project consists of Angular 14 and ASP.NET Core 6.0 Web API. Currently when I run my pipeline for the below step, I get an error
Error: javascript OOM in GC during deserialization
##[error]Cmd.exe…

Rahul Parab
- 59
- 10
0
votes
0 answers
CI/CD pipeline with multiple projects
I want to create a pipeline using azure DevOps. My source code is in azure repos and it consists of both azure web api and azure functions. Is it possible to configure one pipeline to deploy both azure app service and azure functions? If so…

Maria94
- 1
0
votes
1 answer
Azure DevOps multiple Release Pipelines for single CI Build Pipelie for multiple Feature Branches ; )
we've recently started using Azure DevOps and I'm having trouble setting up our release pipeline for the DEV environment.
Current status:
We have a solution (git repository) with a variety of different web projects
We have a MAIN branch and develop…

Shatterator
- 13
- 3
0
votes
1 answer
Nothing will be added to build artifact 'drop'
I am trying to host a jave project. I have build the pipeline by setting up the parameters as shown in the images but the i am encountering the error saying ##[warning]Directory '/home/azureuser/myagent/.\run.cmd/5/a' is empty. Nothing will be added…

theharpretsingh
- 13
- 1
0
votes
1 answer
Azure pipelines running version of build pipeline on build policy
Which branch does the build pipeline runs on a PR? I mean, you can set a build pipeline to run during a PR, but the docs doesn't clarify from which branch version does this pipeline will run. My teams doesn't use gitflow, so for sure it isn't the…

victor israe
- 415
- 3
- 14
0
votes
1 answer
Azure DevOps Build Pipeline Code Version/Merged Changesets
I have scheduled build pipeline thats autmatically triggered by changes in source code. Basically I want to know which changesets got into build before pipeline started to execute.

Mirza
- 1
0
votes
1 answer
Triggered build pipeline does not take the triggering build pipeline's branch
I have two build pipelines on Azure DevOps. Let's call the pipelines as Pipeline A and Pipeline B.
Both pipelines' default branches are set to "Development" branch in Get Sources section.
Pipeline A enables the continuous integration and has the…

Baris Gokcan
- 18
- 3
0
votes
1 answer
How to enable or disable a task in build pipeline using powershell script
I am using this code to update the build pipeline task by updating the json by this line $TaskDetail.enabled = "false" and posting the updated json:
$BuildName = "Test-demo"
$buildTaskName = 'Print Hello World'
$BuildDefinitions =…

Avin Verma
- 11
- 1
- 6
0
votes
0 answers
How to display exact error for failed Azure DevOps Pipeline in summary?
I am using Azure DevOps pipeline to run my automation test cases.
I am facing an issue that whenever my test run task fails, it doesn't display me the exact error that why the task failed, it just displays "cmd.exe exited with code '1' " for all…

Sanya
- 13
- 3
0
votes
1 answer
I want to create a bug whenever my build pipeline fails in azure devops. And i want to have it configured for a particular branch
I want to have my build pipeline configured such a way that when ever my pipeline fails there is a bug created for the same. I cannot find an option to select this configuration for a particular branch. Can someone help me with this.
0
votes
1 answer
Drop-down with all available files from a location in Build Pipeline
Is it possible to have a UI drop-down in a Build Pipeline (like the one from predefined parameters) but containing all files available in a specific location?
I know a similar feature exist in a Release Pipeline for artifacts where you can select a…

IT_
- 63
- 5
0
votes
0 answers
Azure rest API's for editing various build pipeline parameters like Tasks, Variables, triggers, options and retention
how to edit various build pipeline parameters Tasks, Variables,
triggers, options and retention using Azure rest api's.
How can we create Tasks, Variables, triggers, options for existing
pipeline using Azure rest API's

Kalyan
- 1
0
votes
1 answer
Azure DevOps. Missing file when creating a Nuget package
Maybe someone can help me.
I get the following message when creating a NuGet package: File not found. This is displayed to me in the task "NuGet pack".
The NuGet package is built via Azure DevOps and in the build pipline there is a task "Copy Files…

Kojote
- 9
- 2