Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.
I'm setting up a new build server using TFS 2015 and after I configured the agent, when I tried to queue …
tfs tfs-2015 azure-pipelinesI 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-taskI upgraded to the latest Xamarin for Visual Studio 2015 (Community Edition), recompiled my projects, checked in a few small code …
c# xamarin mono xamarin.android azure-pipelinesI am following this process to create a YAML build pipeline for a .NET Core Web API project: https://docs.…
azure-devops azure-pipelines azure-pipelines-release-pipelineIdeally, I would want to configure our Azure Web App application settings using build variables (on VSTS), for example: We …
powershell tfs azure-devops azure-web-app-service azure-pipelinesI have a project that I have on TFS online. When Im trying to build the project, I get the …
c# visual-studio azure-devops azure-pipelinesI have an Azure DevOps build pipeline that has two separate PowerShell scripts. In the first script, I am getting …
powershell azure-devops azure-pipelinesUsed JIRA for a long time and have moved to Visual Studio Team Services. How do you close the existing …
azure-devops azure-pipelines agileI'm using VSTS as a build server, and while building I want to copy the bin folder contents to the …
azure-devops tfsbuild azure-pipelinesI'm setting up a pipeline using Azure Pipelines YAML format. I have created 3 stages: Build, Staging, and Production. As the …
azure-devops yaml azure-pipelines