Top "Azure-pipelines" questions

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

how can I use IF ELSE in variables of azure DevOps yaml pipeline with variable group?

I'm trying to assign one of 2 values to a variable in addition to variable group and can't find the reference …

azure-devops azure-pipelines azure-pipelines-yaml
Change current working directory in Azure Pipelines

I'm developing a CI for Python package in Azure Pipelines (https://github.com/scikit-image/scikit-image/blob/azure-pipelines/azure-pipelines.yml). At …

azure azure-devops azure-pipelines
Update JSON file using PowerShell

I am currently trying to setup a continuous integration system using VSTS and have run into a bit of a …

json powershell azure-devops azure-pipelines
VSTS build: Packages failed to restore - Unable to resolve 'NETStandard.Library (>= 1.6.1)' for '.NETStandard,Version=v2.0'

I'm getting Unable to resolve 'NETStandard.Library (>= 1.6.1)' for '.NETStandard,Version=v2.0'. in VSTS build using Hosted2017 …

.net-core azure-devops azure-pipelines .net-core-2.0 .net-standard-2.0
Trigger Azure Pipelines build via API

I made a working Azure Pipeline to build my codebase. Looking for a way to trigger the Azure Pipelines build …

azure azure-devops azure-pipelines azure-pipelines-release-task
Azure Pipelines - Is there a way to view the folder structure?

I'm struggling to picture the folder structure of azure pipelines. I know there are some implicit directories like: $(System.DefaultWorkingDirectory) $(…

azure-devops azure-pipelines
Multiple YAML build pipelines in Azure DevOps

I'm currently trying to create multiple build pipelines for my Angular app in Azure DevOps using the new YAML way. …

azure azure-devops yaml azure-pipelines
VSTS: Directory 'd:\a\1\a' is empty. Nothing will be added to build artifact 'drop'

I am making my first build in VSTS and I have had to ask a number of questions on SO. …

visual-studio-2017 azure-pipelines
Where is $(System.DefaultWorkingDirectory) set for builds in TFS2015?

I'm trying to modify the value of this variable as it currently points to the source folder of whatever build …

tfsbuild tfs-2015 azure-pipelines build-agent