Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.
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-analysisIs it possible to either loop or delay between running tasks in either build or release pipelines? I deploy containers …
tfs azure-devops azure-pipelines tfsbuildI 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-taskI 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-structureI 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-apiWe 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-pipelineI have a couple of CI pipelines that I'm using in Azure DevOps to build some Xamarin apps and I …
azure-devops azure-pipelinesCan 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-reposIn 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-yamlI 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