Top "Azure-pipelines" questions

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

azure devops build pipeline reduce the timeout to 30 minutes

Is there a way to change the timeout for build pipeline, currently the pipeline time's out after 60 mintues. I want …

azure-devops timeout azure-pipelines build-pipeline
Is it possible to set an VSTS Build variable in a Build Step so that the value can be used in a subsequent Build Step?

I'm currently using Build in Visual Studio Team Services (was Visual Studio Online), and would like to be able to …

azure-devops azure-pipelines
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
Executing git commands inside a build job in Visual Studio Team Services (was VSO)

[Environment: Team Services, GIT, hosted build agent] I'd like to create a Team Services build definition that is able to …

git azure-devops azure-pipelines
Build .NET Core 3.0 on Azure Pipelines

Yes, I know .NET Core 3.0 is still in preview. I would like to build this on Azure Pipelines. Is there …

.net .net-core azure-devops azure-pipelines
TFS 2015 Publish Build Artifacts in one directory

We have just upgraded from TFS 2010 to TFS 2015 and I'm recreating a XAML-Build-Definition in the "vNext" build/workflow-format. In the …

visual-studio-2015 tfs msbuild tfs-2015 azure-pipelines
How to increase a version of an npm package using Azure Devops pipeline

The pipeline is triggered by new commits to a master branch and publishes the package Currently, the version is set …

npm azure-devops azure-pipelines npm-version
Azure Devops publishing to own feed suddenly results in 403 forbidden

I have been using Azure DevOps for a project for quite some time, but suddenly publishing to my own organisation/…

.net-core azure-devops tfs nuget azure-pipelines