Top "Azure-pipelines" questions

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

How to get the IP Address for Azure DevOps Hosted Agents to add to the white list

Is there a way to the IP address range for the hosted machine running? This is related to the Release …

azure-devops azure-pipelines
Excluding files/folders from VSTS publish

We are using the new VSO/VSTS style build within TFS on premise, 2015 Update 1 as of yesterday. During the publish …

azure-devops azure-pipelines
Triggering an Azure Devops pipeline from another pipeline

I'm having problems triggering a pipeline from another Pipeline in Azure DevOps. I have a CI pipeline and I want …

azure azure-devops azure-pipelines
Triggering Azure DevOps builds based on changes to sub folders

I have a Visual Studio solution with multiple projects, each project is an individual microservice. It is very convenient to …

git azure-devops azure-pipelines
AzureDevOps/VSTS Build - Could not find version number data in BUILD_BUILDNUMBER

Setting up a simple class library to build and publish to VSTS's own feed, I see this error when the …

azure-devops azure-pipelines
API for automating Azure DevOps Pipelines?

I want to automate the queue-ing of Azure Pipelines with an API call, get information on the pipeline/build/job …

azure-devops azure-pipelines azure-devops-rest-api
Setting Git Tag from Azure Devops Build Pipeline on Complete

I'm trying to set a tag with the current version number determined by GitVersion on the GIT commit at the …

azure-devops azure-pipelines gitversion
Azure DevOps how to get custom build number format to YAML build pipelines?

I have a build number format "$(BuildDefinitionName)-$(Rev:.r)" which I can put into the visual designer options and …

azure azure-devops azure-pipelines
VSTS Hosted Build .Net Framework 4.6.2

I'm getting errors during VSTS build process stating .net 4.6.2 is not found. Any idea when it will be made available …

azure-devops azure-pipelines .net-4.6.2