Top "Azure-pipelines" questions

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

Assets file project.assets.json not found when running a build on Azure Devops

I have a build pipeline configured for a Service Fabric solution on Azure DevOps like this: Everything was fine until …

nuget azure-devops azure-service-fabric azure-pipelines
No test assemblies found matching the pattern: **\*Test*.dll,!**\*TestAdapter.dll,!**\obj\**

I am trying to implement a Gated Check-In process in Azure DevOps (VSTS) based on the success of the unit …

azure-pipelines
Can Conditional Variable Assignment be Done in Azure Pipelines?

Azure Pipelines has Expressions and Conditions, but I can find no way to assign one of two values to a …

azure-devops yaml azure-pipelines
TFS 2015 Can build variables access other build variables?

When I define a custom variable in the new TFS 2015 team build as follows: Name: SomeOutput Value: $(System.DefaultWorkingDirectory)\Some ...…

variables tfs tfsbuild tfs-2015 azure-pipelines
Building .NET 5.0 project Azure DevOps pipeline

I'm trying to build a project in .NET 5.0 using Azure DevOps pipeline Build and I'm received this error 2020-11-14…

c# .net azure-devops azure-pipelines .net-5
Azure Dev ops replace tokens per environment in release pipeline

i am using the Replace token extension https://marketplace.visualstudio.com/items?itemName=qetza.replacetokens to replace variable in **/*.config …

azure-devops azure-pipelines azure-pipelines-release-pipeline azure-pipelines-release-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
Push to local Azure DevOps Git from Build Pipeline

Short version Can someone tell me how to set up a "Command Line Script" task within an Azure DevOps build …

git maven azure-devops azure-pipelines maven-release-plugin