Top "Azure-pipelines" questions

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

view code coverage report on azure devops portal

I am running the NUnit tests (project in .Net Framework 4.5), as part of azure devops build pipeline. - task: VSTest@2 …

azure azure-devops azure-pipelines asp.net-4.5 nunit-3.0
VS Test failing in Pipelines with missing 'Microsoft.NET.Test.Sdk'

I'm getting a failed builds due to the Visual Studio Test step failing in my Build Pipeline. I have a …

azure-devops azure-pipelines azure-pipelines-build-task
Deploy azure website and webjobs in same sln using VSO - Error - There can be only one

I've got to a website and a webjob project in the same sln: Sritt (The website) Sritt.Webjob In properties …

azure-devops azure-web-app-service azure-webjobs azure-pipelines
VSTS build from multiple repositories

I have two repositories - one in TFVC and another in Git. There are specific technical reasons for keeping them …

git azure-devops azure-pipelines tfvc
How to fail the build pipeline if "Tests Failed" in azure pipelines?

I want to fail the build pipeline if a single test failed with azure pipelines. Azure can successfully detect that …

azure-devops azure-pipelines azure-pipelines-build-task
Using Az module in Azure DevOps Release Pipeline

I want to use the Azure PowerShell Module (aka Az Module) in an Azure DevOps Release Pipeline. However, the existing …

azure-devops azure-pipelines azure-powershell
Azure DevOps - use GUI instead of YAML to edit build pipeline

Some time ago Azure DevOps have added a support for YAML build pipelines. This is all nice for power users (…

azure azure-devops azure-pipelines
Failed to use .NET SDK agent in Azure DevOps Build Pipeline

I have a ASP.NET Core 2.1 and added a nuget package of Microsoft.WindowsAzure.Storage , But after pushing the code …

azure-devops azure-pipelines
VSTS Pipeline Deployment of ARM Error: Could not find any file matching the template file pattern

I am trying to deploy an Azure ARM script in VSTS Pipeline. I "Published" the Artifacts in the Build Step …

azure-devops azure-pipelines azure-resource-manager
VSTS build Copy Files task copies full path to destination

I'm using a Copy Files task in a VSTS build to copy the results of a VS project (bin\Release …

azure-pipelines azure-pipelines-build-task