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 enable the code coverage view on VSTS?

My team uses VSTS with hosted agents and a Visual Studio Test build task to run all tests and produce …

azure-devops code-coverage azure-pipelines vstest
Azure Pipelines - Parallel steps (YAML)

I'm setting up my Azure Devops Pipelines, and have a build that requires some fairly lengthy setup steps to run. …

azure-devops azure-pipelines
Build pipeline does not delete

In the Azure DevOps portal, I select a pipeline, then the [...] menu, then Delete. I see a message asking: Are …

azure-devops azure-pipelines
Build one web project from a Solution with multiple web projects in Visual Studio Online Build Definition

I'm facing a problem where I need to build only one web project from a solution with two web projects …

c# msbuild azure-devops azure-pipelines
Visual Studio Team Services - Publish artifact not found PathtoPublish

I have a build definition setup in Team Services that is publishing the web.config file as an additional artifact …

azure-devops ms-release-management azure-pipelines azure-pipelines-build-task
Share variables across stages in Azure DevOps Pipelines

I am trying to figure out how to share custom variables across ADO pipelines in my script. Below is my …

azure azure-devops azure-pipelines
Difference between $(Build.Repository.LocalPath) and $(Build.SourcesDirectory) in TFS Build Online 2017

I am trying to figure out if there is a difference between the two pre-defined variables in TFS Online 2017: $(Build.…

tfs azure-devops azure-pipelines
Hosted VS2017 agent build master.dacpac does not exist

My solution created with VS2017 Professional contains an SQL Server Database Project that references the master database. When using the …

visual-studio-2017 sql-server-data-tools azure-pipelines
When running the NuGet pack command I get the error: 'AutoMapper' already has a dependency defined for 'NETStandard.Library'

I'm having an issue packaging my own nuget package, which includes AutoMapper 5.0.2. This is only producing an error within the …

nuget automapper azure-devops azure-pipelines .net-4.6.1