Top "Azure-pipelines-build-task" questions

Questions on extending the Visual Studio Team Services Build and Release Management system through extensions and custom tasks.

Force npm install to install optional dependencies for other platforms

I'm building a build task for Visual Studio Team Services. In this task I'm using 7zip-bin to package the binary …

node.js npm cross-platform npm-install azure-pipelines-build-task
How to run NUnit test in Visual Studio Team Services

When I try to execute NUnit test in VSTS task I am getting the following error: Warning: The path 'C:\…

continuous-integration nunit azure-devops azure-pipelines-build-task
NG Build fails in Azure Pipelines with NPM error 134

Approx 50% of my hosted builds are failing with npm error 134. I am building the same commit with the same build …

node.js angular angular-cli azure-pipelines azure-pipelines-build-task
Fatal: Could not read password for 'https://[email protected]': terminal prompts disabled

I'm trying to merge the develop branch to the master branch when building with Azure Pipelines PowerShell task. But while …

git azure-devops azure-pipelines azure-powershell azure-pipelines-build-task
How to run filters on dotnet tests

I have a build in VSTS, as follows: You can see from the screen shot there's a test step to "…

testing code-coverage xunit.net azure-pipelines-build-task reportgenerator
How to share file(s) between YAML Stages in Azure DevOps

I am trying to deploy my node.js code to Azure Function App using Azure DevOps. I have created the …

azure-devops azure-pipelines azure-pipelines-build-task
How to specify Solution file in Azure DevOps Pipeline

I am having trouble configuring an Azure DevOps Dotnet core build process. I have a simple dotnet core project which …

.net-core azure-devops azure-pipelines azure-pipelines-build-task
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
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
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