Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.
Usually, I create a new build pipeline via the Azure DevOps portal. Then, the editor will take me through the …
azure-devops azure-pipelinesI have the following error: error : Unable to load the service index for source https://privateLibrary.com/private/_packaging/privateOrganitation/…
asp.net-mvc asp.net-core azure-pipelines azure-artifactsI'm trying to merge the develop branch to the master branch when building with Azure Pipelines PowerShell task. But while …
git azure-devops azure-pipelines azure-powershell azure-pipelines-build-taskI currently have a monorepo with services in subdirectories that I'm leaning towards turning into a multirepo with a metarepo. …
azure azure-devops azure-pipelinesAttempting to trigger an Azure pipeline when another pipeline has been completed using a YAML. There's documentation indicating that you …
azure azure-devops azure-pipelinesI am using VSTS for a project that is using TypeScript. We have a CI Build configured and suddenly that …
visual-studio typescript compiler-errors azure-pipelinesIn VSTS online, I have in my Release process (Under Triggers) the Continuous Deployment checked. On the Set trigger on …
azure-devops azure-pipelines azure-pipelines-release-pipelineMy team are using the VSTS Build & Release mechanism, combined with pull request branch safety settings, so that code …
git azure-devops azure-pipelines azure-pipelines-release-pipelineI am trying to deploy my node.js code to Azure Function App using Azure DevOps. I have created the …
azure-devops azure-pipelines azure-pipelines-build-taskTo generate builds to testers we use VSTS in our project. When we checkout and run the branch in our …
ios build azure-devops llvm azure-pipelines