Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.
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-taskAs 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-yamlIt'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-pipelinesWith a .NET Framework library you could specify a version with a wildcard and NUGET pack command would append the …
versioning azure-pipelines .net-standardI 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-artifactsI'm moving a particular set of builds from an existing Visual Studio Team Service project to a new one. Unfortunately, …
azure-devops tfsbuild azure-pipelinesI'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-pipelineIn Azure Pipelines, I have enabled git tags to trigger pipelines like so: trigger: branches: include: - '*' tags: …
git azure-devops azure-pipelines git-tagI have an automated build in Visual Studio Team Services (formerly Visual Studio Online. The solution is building correctly. How …
build msbuild azure-devops azure-pipelinesHow 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