Top "Azure-pipelines" questions

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

Error 'No agent could be found with the following capabilities: msbuild, visualstudio, vstest'

I'm setting up a new build server using TFS 2015 and after I configured the agent, when I tried to queue …

tfs tfs-2015 azure-pipelines
How to set and read user environment variable in Azure DevOps Pipeline?

I have some test automation code that reads some values from an environment variable stored on my local machine, like …

azure continuous-integration azure-devops azure-pipelines azure-pipelines-build-task
Error CS1703: Multiple assemblies with equivalent identity have been imported - Xamarin + VSTS

I upgraded to the latest Xamarin for Visual Studio 2015 (Community Edition), recompiled my projects, checked in a few small code …

c# xamarin mono xamarin.android azure-pipelines
Azure DevOps, YAML release pipelines?

I am following this process to create a YAML build pipeline for a .NET Core Web API project: https://docs.…

azure-devops azure-pipelines azure-pipelines-release-pipeline
VSTS: Pass build/release variables into Powershell script task

Ideally, I would want to configure our Azure Web App application settings using build variables (on VSTS), for example: We …

powershell tfs azure-devops azure-web-app-service azure-pipelines
The "Microsoft.CodeAnalysis.BuildTasks.Csc" task could not be loaded from the assembly

I have a project that I have on TFS online. When Im trying to build the project, I get the …

c# visual-studio azure-devops azure-pipelines
Azure DevOps - Setting and Using Variables in PowerShell Scripts

I have an Azure DevOps build pipeline that has two separate PowerShell scripts. In the first script, I am getting …

powershell azure-devops azure-pipelines
Set current Sprint or close existing sprint in Visual Studio Team Services (was TFS Online)

Used JIRA for a long time and have moved to Visual Studio Team Services. How do you close the existing …

azure-devops azure-pipelines agile
Copy one file in target directory on deploy from visual studio team services

I'm using VSTS as a build server, and while building I want to copy the bin folder contents to the …

azure-devops tfsbuild azure-pipelines
Manual Trigger on Azure Pipelines Stages (YAML)

I'm setting up a pipeline using Azure Pipelines YAML format. I have created 3 stages: Build, Staging, and Production. As the …

azure-devops yaml azure-pipelines