Category "azure-pipelines"

Secret Pipeline Parameter in Azure Devops

I have a use case where I want to use pipeline parameters in a yaml pipeline with user name and password. For the username it's easy because I simply add the fo

Build a jar file from project folder in a specific location of git repository using azure devops

I am having a git repository for my project with a structure as shown below. The structuring is based on the source, all the codes, scripts related to a sourc

What is the difference between Pipeline and Release Pipeline in azure devops?

An yaml file is generated while you choose this option shown below: In this yaml file, you can define an entire deployment cycle starting from restore ->

Read key vault secrets in Azure DevOps pipeline

I am using Azure DevOps yaml pipelines. My storage account and other application values are saved as secrets in a key vault. I have made a variable group by lin

MSBuild ignoring /p:BuildProjectReferences=false on Azure build server

I've a solution with three projects in it: 2 C# WPF projects and 1 WIX project to create an installer. I've set up a build pipeline on Azure DevOps that referen

How can I use Azure Devops Release Pipeline Variables in a Kubernetes CI/CD with Helm?

I'm currently working on setting up a CI/CD pipeline to my client's new Kubernetes clusters that they host on Harbor using Helm and Azure DevOps Server, and I'm

Azure DevOps Server: create Wiki pages programmatically

I try to generate markdown Wiki pages based on .net xml-documentation for Overview > Wiki in Azure DevOps Server 2019.0.1. To generate the .md from .xml in

How to use Bazel in Azure Pipelines?

I tried to set up an Azure Build Pipeline that uses Bazel (0.26.0) My pipeline YAML definition file looks like this: trigger: - master pool: vmImage: 'wind

API resource location a7c78d38-31a8-417e-ba6b-7e58b352f304 is not registered on

I'm trying nuget caching in Azure Pipelines. On running the pipeline, I'm facing this error. Resolving key: - nuget [string] - "Windows_NT"

Is it possible to configure Azure Windows VMs using Ansible on Azure DevOps Microsoft Hosted Ubuntu agents?

We try to configure an Azure VM using an Azure DevOps pipeline. We first create the machine using Terraform and then we need to configure it. Right now the pipe

Why would Azure Devops pipelines be unable to connect to my Python/Linux function app?

Update It is happening again. Successfully-created Windows-hosted function, visible in the Azure portal. Can connect to other functions in the same subscription

Azure DevOps Pipeline configuration for Dynamic 365

Need help in designing CI/CD pipeline for deploying the Dynamic-365 solution in different environment. Present set up CI/CD configuration: we have 4 BU’s,

How to create a JSON body with PowerShell which is Deserializable by .NET6 when using az rest to call a .NET6 Azure Function

We are using AzureCLI to be able to call an Azure Function endpoint upon a successful deployment. The call to get token works and the call to our azure functio

Authenticating with Azure Repos git module sources in an Azure Pipelines build

I'm currently creating a pipeline for Azure DevOps to validate and apply a Terraform configuration to different subscription. My terraform configuration uses m

Is it possible to link a work item to a release?

We would like to link a TFS work item to a Release so we can easily, with one click from the Release, open a TFS item that contains more info about this releas

Error message "The device is not ready" when running Azure devops release pipeline

I have moved a website to a new on-prem server and I'm currently trying to make CI/CD work. The release pipeline was already configured since we have been using

Calling Azure devops pipeline from multiple other pipeline [Azure devops]

Azure Devops pipeline is not getting triggered from multiple other pipelines. It works properly just for 1st pipeline. Could please anyone help? trigger: none p

How do you cache and retrieve swift packages using Azure Pipelines

I am trying to cache swift pacakages but I see a lot of examples doing the following below. This would only cache the package.resolved file but not necessarily

"##[error]Error response from daemon: failed to reach build target <stage> in Dockerfile" only during CI pipeline

I'm getting this error in my PR pipeline and I'm not sure what the cause and solution is. The Docker task is pretty well templated and the stage does exist in m

Developers command prompt in Azure DevOps

We have a team Foundation Server setup on premise. This is Azure-devops but a local setup. We have the ASP.Net code. The code base doesn't have a .sln file or