Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.
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-pipelinesI am trying to implement a Gated Check-In process in Azure DevOps (VSTS) based on the success of the unit …
azure-pipelinesAzure Pipelines has Expressions and Conditions, but I can find no way to assign one of two values to a …
azure-devops yaml azure-pipelinesWhen 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-pipelinesI'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-5i 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-taskI am trying to implement CI/CD on Azure DevOps for my Asp.net Core project. Project having Nuget packages …
msbuild azure-devops nuget azure-pipelines nuget-package-restoreI am trying to build a simple docker console project at azure DevOps pipeline, but i am unable to build …
visual-studio azure-devops azure-pipelines devops azure-aksApprox 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-taskShort 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