For questions about Azure Pipelines, which is a proprietary Microsoft CI solution for deploying your applications.
Questions tagged [azure-pipelines]
135 questions
18
votes
3 answers
Single Build with Multiple Artifacts
I'm a little confused on the Azure Pipeline steps. My solutions has many projects and one UI project that contains both an ASP.Net-Core WebApi/MVC with Angular.
the Build Solution builds similar to the
steps:
- task: VSBuild@1
displayName: 'Build…
Erik Philips
- 403
- 1
- 4
- 12
13
votes
3 answers
Jenkins vs Azure DevOps Pipelines
I've been doing some research on the Azure DevOps solution that Microsoft recently unveiled.
Some background, I've been using Jenkins for years, and recently started exploring the containerisation rabbit hole (Docker, Kubernetes, etc),
I'm unsure…
Anrich
- 182
- 1
- 1
- 6
11
votes
3 answers
Rename build pipeline .yml files in Azure DevOps
I have a .NET Core application that has three build pipelines. (Windows, Linux, macOS)
In each of them, the application gets assembled a little different. This part works so far.
Azure created for each pipeline a .yml file in the root folder of the…
Ned Flanders
- 325
- 1
- 3
- 13
7
votes
1 answer
How to properly setup a multi-environment release pipeline in Azure YAML pipelines?
We have just migrated from TFS 2018 to Azure DevOps Services and we're having a hard time trying to figure out the new Azure YAML pipelines.
We want to be able to:
Run a build/test pipeline when a PR is pushed to develop.
We've already accomplished…
empz
- 87
- 2
- 8
6
votes
2 answers
Azure Devops, multiple on-prem environments, variables per environment
I've configured first deployment pipeline to an on-prem DEV environment.
The project consists of 3 identical environments, DEV, UAT and PROD
While their setup is exactly alike, their config (database credentials etc.) is obviously not.
I'm using…
mikegolf
- 61
- 2
5
votes
2 answers
Azure Devops Pipeline variables in Powershell
I've tried to figure this out and I can't see why my ipaddress is not getting set.
I've checked code samples and they all suggest I am doing everything correct.
ip variable defined here:
This is my powershell script:
# Write your PowerShell…
cdsln
- 171
- 1
- 1
- 4
5
votes
1 answer
How to buy more Azure DevOps pipelines build minutes?
As mentioned on the Azure DevOps official pricing page, the plan provides 1 Free Microsoft-hosted CD/CI parallel job with up to 1800 minutes per month and 1 Free Self-hosted CD/CI parallel job with unlimited minutes per month.
When we exceed the…
sithumc
- 272
- 3
- 11
5
votes
1 answer
Project pipeline not able to access NuGet package from Artifact Feed in different Project
Updated 20th Feb & 21st Feb
Summary
Not able to find NuGet package from our private feed under Artifacts.
Our Azure DevOps environment
In Azure, we have our company "space": dev.azure.com/OurCompany
Under that, we have multiple Projects, so for…
DrGriff
- 576
- 5
- 6
4
votes
1 answer
How to install aws cli on a self-hosted azure DevOps Windows agent?
I have quite some difficulties installing aws cli on a self-hosted Azure DevOps Windows agent as part of a pipeline. Does anyone have a working solution?
What I have tried so far:
a) install aws cli via pip
Firstly, I install Python (tried both;…
hey
- 141
- 1
- 4
4
votes
1 answer
How do I get Azure Release Pipelines to move a .jar from a Build Pipeline job and place it on a Linux VM?
I know Azure release pipelines can deploy to on-premise servers and other cloud VMs. My pom.xml file enables Maven to create a .jar file. My Azure build uses this pom.xml file. The Azure build works fine by itself; there are no errors when it…
C. Leeds
- 41
- 3
4
votes
0 answers
Multi-branch release pipeline in Azure Devops for multiple artifact triggers
Overall problem
I seem to run around myself in circles with this problem. Either I'm doing something wrong, or Azure Devops simply does not support it.
For the simplest case (we've got many products and sub-products with various forms of complexity…
Johny Skovdal
- 141
- 1
4
votes
2 answers
What is happening in an Azure Devops build and release?
I'm finding the Azure devops documentation pretty poor - or maybe I'm just not familiar enough with it for it to make any kind of sense to me. Having said that, I've managed to create a build pipeline that runs tests and published my project, then I…
Percy
- 141
- 2
4
votes
1 answer
Deployment group not showing in Azure DevOps release pipeline
I am trying to follow these instructions:
https://docs.microsoft.com/en-us/azure/devops/pipelines/apps/cd/deploy-webdeploy-iis-deploygroups
I get to step 6 under "Define your CD release pipeline" and get stuck. I have a Deployment group created and…
Chris
- 181
- 1
- 6
4
votes
3 answers
Azure DevOps Clean after pipeline run
I have self-hosted build agents using Azure DevOps. We have the clean flag in the checkout step, however we run out of space sometimes.
What is the preferred way of cleaning the agents' work directories?
The problem is, that the clean process is in…
zerocukor287
- 151
- 1
- 1
- 7
4
votes
1 answer
Error MSB4226: Microsoft.WebApplication.targets" was not found
I was wondering if someone has ran into this problem as I have tried everything to fix. I have a DevOps build pipeline in Azure running visual studio 2015 version (which matches my local machine) and I am running into this error
Error MSB4226: The…
ThatDevOpsGuy
- 41
- 1
- 2