Top "Azure-pipelines" questions

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

How to specify Solution file in Azure DevOps Pipeline

I 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-task
Is it possible to cancel a Azure DevOps pipeline Job programmatically?

As it is possible to stop a single step in a Azure DevOps pipeline: echo "##vso[task.complete result=Succeeded;]…

azure azure-devops azure-pipelines azure-pipelines-yaml
.Net Core 3.1 not yet supported in Azure Pipelines hosted agents? Getting NETSDK1045

It's great that .Net Core 3.1 is out, but I'm not sure the Azure Pipelines hosted agents have caught up. My …

.net-core azure-pipelines
Add build number to package version with `dotnet pack` in VSTS Build process

With a .NET Framework library you could specify a version with a wildcard and NUGET pack command would append the …

versioning azure-pipelines .net-standard
User lacks permission to complete this action. You need to have 'AddPackage'

I get an error: User XXX lacks permission to complete this action. You need to have 'AddPackage' when trying to …

azure-devops nuget azure-pipelines azure-artifacts
How can I copy a Visual Studio Team Service build to a new project?

I'm moving a particular set of builds from an existing Visual Studio Team Service project to a new one. Unfortunately, …

azure-devops tfsbuild azure-pipelines
Entity Framework Migration Azure DevOps Release Pipeline

I'm trying to run migration on Azure DevOps Release Pipeline. Because I want to run my DB scripts automatically on …

entity-framework azure-devops azure-pipelines entity-framework-migrations azure-pipelines-release-pipeline
How to get Git Tag in Azure Pipelines

In Azure Pipelines, I have enabled git tags to trigger pipelines like so: trigger: branches: include: - '*' tags: …

git azure-devops azure-pipelines git-tag
How to create web deploy package in VSTS/VSO Build vNext?

I have an automated build in Visual Studio Team Services (formerly Visual Studio Online. The solution is building correctly. How …

build msbuild azure-devops azure-pipelines
VSTS Powershell Secret Variable

How can I use a secret variable in my powershell script in my release definition? I came across this but …

powershell azure-pipelines azure-pipelines-release-pipeline azure-devops-rest-api