Questions on extending the Visual Studio Team Services Build and Release Management system through extensions and custom tasks.
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-taskWhen 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-taskApprox 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-taskI'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-taskI 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 reportgeneratorI 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-taskI 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-taskI'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-taskI 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-taskI'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