Top "Azure-pipelines" questions

Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.

Is there a tool to validate an Azure DevOps Pipeline locally?

When making changes to YAML-defined Azure DevOps Pipelines, it can be quite tedious to push changes to a branch just …

azure-devops azure-pipelines static-analysis
Is it possible to put delay between tasks or conditional loop

Is it possible to either loop or delay between running tasks in either build or release pipelines? I deploy containers …

tfs azure-devops azure-pipelines tfsbuild
Azure Pipelines: I am getting fatal: could not read Username for 'https://github.com': terminal prompts disabled

I have powershell task configured in azure build pipelines to merge changes from dev into master of my github public …

git powershell azure-devops azure-pipelines azure-pipelines-build-task
Azure DevOps: 1 Solution Multiple Projects CI/CD

I just started setting Azure DevOps with CI/CD. This might not be possible but I hope to find answers. …

git visual-studio azure-devops azure-pipelines project-structure
Start a build and passing variables through Azure DevOps Rest API

I would like to start a Azure Pipelines build through the REST API. There is an API for queuing builds …

azure-devops azure-pipelines azure-devops-rest-api
Exclude/Skip files in VSTS Build and release

We are in process of creating architecture for VSTS CI/CD to deploy our web app to our Azure App …

azure-devops azure-pipelines azure-pipelines-release-pipeline
Is there a way to clone or copy an existing Ci/CD pipeline in Azure DevOps

I have a couple of CI pipelines that I'm using in Azure DevOps to build some Xamarin apps and I …

azure-devops azure-pipelines
How to setup submodules Azure DevOps

Can somebody clarify how SubModule works in azure devops MyDevOps Root Folder I have a Solution called MyCore.sln containing 4…

git azure-devops git-submodules azure-pipelines azure-repos
How to pass complex DevOps pipeline template parameter to script

In an Azure DevOps pipeline template, I am declaring a parameter as an array/sequence parameters: mySubscription: '' myArray: [] steps: …

azure-devops yaml azure-pipelines azure-pipelines-yaml
Azure DevOps: Powershell 'Get-AzSubscription' is not recognized

I am deploying an ARM template from azure DevOps using Azure PowerShell as shown below. This is subscription level deployment. …

azure azure-devops azure-pipelines azure-cli