Questions tagged [azure-devops-pipelines]
269 questions
0
votes
2 answers
Azure Devops Pipeline with Manual Run and User-Set Variables: How to check variables in conditions?
Hoping someone can help me with this as looking back at my git log I've now tried 14 different things to try to get this to work. Here's the scenario:
I created a variable in the UI called deploy_custom_env and checked "User can set variable at…

erewok
- 7,555
- 3
- 33
- 45
0
votes
1 answer
Azure Devops - Docker Repository Cleanup on Run Deletion
Our organization currently uses TeamCity for CI and I am assessing the feasibility of changing over to Azure DevOps.
So far I've been able to figure out equivalent functionality for most elements, but I'm currently stuck on one particular feature:…

wtigotw
- 28
- 3
0
votes
1 answer
How to access a private Gitlab maven repository from a azure devops pipeline?
How can I access a private maven Repository at Gitlab during my java build in an azure pipeline that has a dependency to a jar file in the repo at Gitlab?
There is this MavenAuthenticateV0 task but that expect the maven config to be in the following…

edbras
- 4,145
- 9
- 41
- 78
0
votes
3 answers
Azure DevOps pipeline microsoft hosted image with specific Python version
I want to make use of Python 3.4 x86 as my build target. Microsoft hosted agents don't have that as an option - 3.5 is the lowest version 3x branch.
Can I just install python during run process - still use Microsoft hosted agent but with python…

Konrads
- 2,206
- 2
- 30
- 45
0
votes
1 answer
ARM Template Parameters not recognised by DevOps Task in Override Parameters Dialog
TL;DR:
How do I fix:
Warning: Failed to download the template file from the given path '$(System.DefaultWorkingDirectory)/BuiltADFTemplates/IngestArmTemplates/ARMTemplateForFactory.json' with the following error: The item…

Brondahl
- 7,402
- 5
- 45
- 74
0
votes
1 answer
How to specify destination path on azure release?
I'm trying to configure a release pipeline for deploying my asp.net framework 4.5.2 web app to virtual machine.
here's my pipeline .yml file:
# ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts,…

mmd744
- 49
- 9
0
votes
1 answer
How to deploy Istio on AKS Cluster through Azure DevOps pipeline?
I need to deploy Istio (version- 1.7.3) on AKS cluster through Azure DevOps YAML pipeline ? How can I do that ? I am getting error currently. Code used by me is given below.
$artifactsLocation = "$PSScriptRoot/artifacts"
$ProgressPreference =…

KRM
- 119
- 1
- 12
0
votes
2 answers
AzCopy ignore if source file is older
Is there an option to handle the next situation:
I have a pipeline and Copy Files task implemented in it, it is used to upload some static html file from git to blob. Everything works perfect. But sometimes I need this file to be changed in the blob…

AlexVrnv
- 1
- 3
0
votes
1 answer
Devops Build Not Dropping Files for Web Application\Services
We are using Devops 2019 and have build setup using on-premise agent, We have a .net solution file which contains both console and web application code. Each time When pull request build runs, Build Drop file contains only Console application…

Venkat
- 140
- 12
0
votes
1 answer
Visual Studio Test task errors ignored after "Failed tests if any were marked as flaky hence changing the exit code to 0"
I have a pipeline with a "Visual Studio Test" task where "Minimum # of tests" is set to 10:
However, when a release does not meet the 10 minimum tests requirements, the right error is included in the logs:
2021-02-18T04:47:15.4609022Z…

kiewic
- 15,852
- 13
- 78
- 101
0
votes
1 answer
ADO Pipeline Environment Kubernetes On-Prem Resource Connection failing with x509: certificate signed by unknown authority
I am trying to setup a multi-stage ADO pipeline using ADO pipeline Environment feature.
Stage 1: Builds the Spring-boot based Java Micro-service using Maven.
Stage 2: Deploys the above using Helm 3. The HelmDeploy@0 task uses Environment which has a…

Priyank Gupta
- 3
- 1
0
votes
0 answers
Core files from restored package is missing in resulted Artifact in Azure DevOps PipeLine
In the task "Visual Studio Build" in my Azure DevOps pipeline, I found it processes one of my third party package (called Umbraco)in a stage called "Publish Pipeline Deploy phase Stage PipelineMsdeploySpecificTransformPhase", which runs after…

wjxie
- 56
- 5
0
votes
1 answer
Azure pipeline, muti stage YAML pipeline using same work directory on build server. How does it not corrupt
Clarifications and corrections:
Testing with one self-hosted agent.
By version I mean version of the application. Or any new commit.
The same work directory is being used for builds of different commits, when there are still pending stages…

jhurtas
- 555
- 1
- 6
- 17
0
votes
1 answer
Azure mac hosted Agent : installing gem install , downloading old version gems
im running Hosted mac agent and i noticed that when i run this command in the pipeline :
- job: mac_agent
dependsOn: self_hosted_connect
timeoutInMinutes: 30
pool:
vmImage: 'macOS-latest'
workspace:
clean: all
steps:
-…

user63898
- 29,839
- 85
- 272
- 514
0
votes
2 answers
Error with Command Line Script in Azure DevOps Pipeline
I'm building my first pipeline using Power Platform Build Tools. I'm trying to export a Dynamics model driven app to a repo. I'm getting an error with in my Command Line Script. The following is the error log:
2021-01-21T08:48:04.6191345Z…

user1647160
- 491
- 1
- 10
- 25