build-pipeline Questions
1
I have a dotnet core project which builds fine locally but throws the following error many times:
Retrying 'FindPackagesByIdAsync' for source 'https://mycontrol.pkgs.visualstudio.com/_packaging/f8...
Elkin asked 26/7, 2019 at 9:39
1
Solved
I'm trying to check for outdated packages in one of our build pipelines. What complicates matters is that we're using packages coming from nuget.org as well as packages from our own repository (Dev...
Inanity asked 8/3, 2021 at 8:15
1
context
NPM version : 8.9.4
npm version : 6.9.0
We are using azure devops build pipelines with windows vs2017 hosted agents
problem
every ~ 1 in 10 builds Fails with the following error:
erro...
Nobukonoby asked 26/4, 2019 at 8:22
1
Solved
I'm trying to deploy a Blazor WASM Hosted app from our Git repo on our DevOps server using a DevOps Build pipeline and a separate release pipeline.
The project comprises of a Server project and a C...
Ninon asked 3/2, 2021 at 18:38
1
Solved
I have xUnit tests which run fine locally but do not get run on Azure DevOps. The assembly under test is a .NET 5.0 assembly as is the test assembly.
Examining the log file from the VsTest task, I ...
Cingulum asked 27/1, 2021 at 22:23
3
Solved
Is there a way to change the timeout for build pipeline, currently the pipeline time's out after 60 mintues. I want to reduce it to 30 minutes.
I looked at all the organization settings and projec...
Wellturned asked 7/5, 2019 at 5:13
1
How to pass variable from build to release in azure build to release pipeline:
We have variable in CI pipeline --> we have to pass that variable in Release pipeline--> that variable has to set in a...
Remand asked 3/5, 2020 at 15:27
2
Solved
I have a situation where I’m trying to build my angular application with production config and deploy to multiple environments, say, ng build --configuration=production
The work flow here is when ...
Amphidiploid asked 27/1, 2020 at 19:38
1
Solved
I am very new CI/CD domain of Aure Dev Ops. So I Created a test ASP.NET MVC application. I checkedin the application in git repo at visual studio online.
My build pipeline is working fine, but the ...
Uncommunicative asked 19/10, 2019 at 10:48
1
I am trying to cerate Azure DevOps Build pipeline for WinForms desktop app and the problem is I can't publish the app and also can't cerate the build artifact.
I have created one WinForms desktop ...
Berndt asked 21/8, 2019 at 9:59
1
Solved
I want to upgrade 'java_home' capability in my build agent to jdk8 as this is required to integrate 'Sonarqube Analysis' in my CI build .
How can I update the same in vsts ?
I would like to either ...
Storey asked 24/6, 2019 at 10:27
5
I'm building a deployment pipeline for a couple of projects that depend on each other. Each build produces a new release build with a unique version number, which is deployed to a Maven repository....
Valence asked 2/3, 2013 at 13:35
1
Can i extend the build-process of angular-cli without rewriting angular-cli itself? Like in the old days, when i wrote my gulp/grunt tasks for the build-process and i could change everything i want...
Laurentian asked 18/5, 2016 at 9:34
1
© 2022 - 2024 — McMap. All rights reserved.