Top "Azure-pipelines-build-task" questions

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

How to set and read user environment variable in Azure DevOps Pipeline?

I have some test automation code that reads some values from an environment variable stored on my local machine, like …

azure continuous-integration azure-devops azure-pipelines azure-pipelines-build-task
VSTS/Azure DevOps: Auto-Increment NuGet Package Version on Pack

Running the .NET Core Pack task, how do I get the outputted NuGet package version to auto-increment itself? So, for …

.net-core azure-devops azure-pipelines azure-pipelines-build-task azure-artifacts
How to publish Jest Unit Test Results in VSTS tests?

I've found some questions on SO specific to version for jest unit test to publish its result in VSTS build …

jestjs azure-pipelines-build-task
Azure Pipelines: I am getting fatal: could not read Username for 'https://github.com': terminal prompts disabled

I have powershell task configured in azure build pipelines to merge changes from dev into master of my github public …

git powershell azure-devops azure-pipelines azure-pipelines-build-task
Remove files and foldes on Azure before a new deploy from VSTS

As part of my build process in VSTS I want to delete all files and folders (except af few) from …

powershell azure azure-devops azure-powershell azure-pipelines-build-task
What is the difference between Copy Files vs Publish Artifact task in VSTS?

In my Copy Files task, I am copying the required files to the file share location from which I will …

azure-devops azure-pipelines-build-task
Visual Studio Team Services - Publish artifact not found PathtoPublish

I have a build definition setup in Team Services that is publishing the web.config file as an additional artifact …

azure-devops ms-release-management azure-pipelines azure-pipelines-build-task